Objects
/
ErrorResponse

ErrorResponse

ErrorResponse

  • error
    object
    • type
      string
      Type of error (e.g., validation_error, authentication_error)
    • code
      string
      Machine-readable error code
    • param
      string
      Name of the parameter that caused the error
    • message
      string
      Human-readable error message
    • http_status_code
      integer
      HTTP status code associated with the error
    • request_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 ⭐️