ErrorSchema
codeinteger
HTTP status code associated with the error.
messagestring
Human-readable description of the error.
statusstring
Indicates the result of the operation. Typically "error" for failed requests.
ErrorSchema
{
"code": null,
"message": null,
"status": null
}
Was this page helpful?