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": {}
}| Field | Type | Description |
|---|---|---|
code | string | A machine-readable error code identifying the type of error |
message | string | A human-readable description of the error |
params | object | Additional parameters related to the error (optional) |