Errors
Every error code the API can return, what triggers it, and how to fix it.
{
"error": "invalid_payload",
"details": { "fieldErrors": { "event": ["Required"] } }
}Auth errors (401 / 403)
Validation errors (400)
Rate limits (429)
Endpoint
Refill
Burst
Server errors (5xx)
MCP-specific errors (JSON-RPC)
Code
Meaning
Retry guidance
Error class
Retry?
How?
Worker logs
See also
Last updated
Was this helpful?