Returned when the resources involved in the request are not in a valid state for the operation.

The client application should validate the constraints described in the error message before sending the request.
interface InvalidOperationError {
    code: "InvalidOperation";
    message: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

code: "InvalidOperation"
message: string

Plain text description of the error.

Generated using TypeDoc