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

Properties

Properties

code: "InvalidOperation"
message: string