Skip to main content

ErrorResponseModel

statusboolean

Whether the request succeeded.

Default: false
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"
}