The resources in the request are not in the valid state for the operation. The client application should validate the constraints described in the error message before sending the request again.

interface InvalidOperation {
    code: "InvalidOperation";
    message: string;
}

Hierarchy (View Summary)

Properties

Properties

code: "InvalidOperation"

An error identifier.

message: string

A plain language description of the cause of an error.