Skip to main content
When a request fails, ErynoaGroup returns a structured JSON error response alongside an appropriate HTTP status code. Use the code field to programmatically identify and handle specific error conditions.

Error response format

Always log the request_id — include it when contacting support to help diagnose issues quickly.

Error codes

Authentication errors (401, 403)

Validation errors (400, 422)

Resource errors (404, 409)

Rate limit errors (429)

Server errors (500, 502, 503)

Handling errors in code