Error handling
Error handling
Standard error responses
Status
Meaning
Example
400 validation error shape
{
"message": "Validation error",
"errors": [
{ "path": "domain", "message": "domain is required" }
]
}x402 payment errors
Error codes
Common reasons
Example: expired order
Last updated