ErrorResponseModel
statusboolean
Whether the request succeeded.
messagestring
Human-readable description of the result.
error_reasonstring
Short machine-readable reason code when the request fails.
ErrorResponseModel
{
"status": false,
"message": "string",
"error_reason": "string"
}
Was this page helpful?