An invalid input has been sent to the service. The client application should validate the input according to the constraints described in the error message before sending the request again.

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

Properties

Properties

code: "InvalidInput"
message: string