Objects
/ErrorResponse
ErrorResponse
ErrorResponse
error
object
type
string
Type of error (e.g., validation_error, authentication_error)code
string
Machine-readable error codeparam
string
Name of the parameter that caused the errormessage
string
Human-readable error messagehttp_status_code
integer
HTTP status code associated with the errorrequest_id
string
Unique identifier for the request that caused the error
Example
{ "error": { "type": "", "code": "", "param": "", "message": "", "http_status_code": 0, "request_id": "" } }
Built with
Show your support! Star us on GitHub ⭐️