Error CodesCHIMERA / DOCS
FAILURES

Error Codes

Common response classes and how clients should render them without leaking sensitive account state.

01HTTP classes

400 means the request shape is invalid, 401 means authentication is missing or expired, 403 means the account lacks permission or tier, 429 means rate limit, and 5xx means server-side failure.

Auth errors intentionally avoid account-enumeration detail. Show the user the next action instead of raw backend internals.

Docs index