Skip to main content

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.

Default: false
ErrorResponse
{
"error_reason": "string",
"message": "string",
"status": false
}