ErrorResponse
error_reasonError Reason
Short machine-readable reason code when the request fails.
messageMessage
Human-readable description of the result.
statusStatus
Whether the request succeeded.
ErrorResponse
{
"error_reason": "string",
"message": "string",
"status": false
}
Was this page helpful?