Volley

Errors

Learn how to handle error responses from the Volley API.

All application error responses include an error code, a human-readable message, and optional parameters providing additional context.

{
  "code": "bad_request.invalid_param.amount",
  "message": "Invalid format for amount (valid: '10.00 NZD')",
  "params": {}
}
FieldTypeDescription
codestringA machine-readable error code identifying the type of error
messagestringA human-readable description of the error
paramsobjectAdditional parameters related to the error (optional)