ErrorResponse
returnCodestringrequired
API-specific return code.
messagestringrequired
Human-readable error message.
httpStatusinteger
HTTP status code returned with the error.
Possible values: >= 100 and <= 599
ErrorResponse
{
"returnCode": "string",
"message": "string",
"httpStatus": 0
}