Skip to main content

Error handling

Quick diagnosis

Use this decision tree to find the right page for your issue:

Detailed guides

Error response shape

All API errors return a consistent JSON body:
The message field may be a string or an array of strings (for multi-field validation failures). Always handle both cases in your client code. See Errors for the full reference.

Retry decision matrix