Skip to content
fixerror.dev
ai

Anthropic Errors

Anthropic Claude API errors: invalid_request_error (400), authentication_error (401), permission_error (403), rate_limit_error (429), api_error (500), overloaded_error (529).

Anthropic uses typed error objects: `{type, message}`. Rate limits are tier-based RPM/TPM/ITPM (input tokens per minute). `overloaded_error` (529) is server-side capacity — retry with backoff. Long messages (>200k tokens) require Claude with extended context. Tool use errors require strict JSON Schema in the tool definition.

Authentication (1)

Server errors (1)

Rate limits (1)

Official docs
https://docs.anthropic.com/en/api/errors
Status page
https://status.anthropic.com/
Support
https://support.anthropic.com/

Related services