Skip to main content

ErrorSchema

codeinteger

HTTP status code associated with the error.

Default: null
messagestring

Human-readable description of the error.

Default: null
statusstring

Indicates the result of the operation. Typically "error" for failed requests.

Default: null
ErrorSchema
{
"code": null,
"message": null,
"status": null
}