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;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: any

Properties

Properties

code: "InvalidOperation"

Error identifier.

message: string

Plain text description of the error.