Objects
/ErrorResponse
ErrorResponse
ErrorResponse
errorobject
typestring
Type of error (e.g., validation_error, authentication_error)codestring
Machine-readable error codeparamstring
Name of the parameter that caused the errormessagestring
Human-readable error messagehttp_status_codeinteger
HTTP status code associated with the errorrequest_idstring
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 ⭐️