Complete list of error codes and their meanings
DXXXXX
(Domain + 5 digits)1xxxxx
- Authentication errors2xxxxx
- Validation errors3xxxxx
- Session management errors4xxxxx
- Provider-specific errors5xxxxx
- System errors100001
100002
100003
200001
200002
200003
200004
200005
200006
200007
300001
300002
300003
300004
400001
400002
400003
400004
400005
500001
500002
Category | HTTP Status Range | Description | Retry Strategy |
---|---|---|---|
client | 400-499 | Client errors | Do not retry automatically |
failure | 502-503 | External service failures | Retry with exponential backoff |
error | 500-501 | System errors | Retry once after delay |
Error Code | User-Friendly Message |
---|---|
100001 | ”Authentication failed. Please check your credentials.” |
200001 | ”Some required information is missing. Please try again.” |
300001 | ”Your session has expired. Please start over.” |
300003 | ”This verification has already been completed.” |
400002 | ”This identity provider is not available.” |
400005 | ”The identity service is temporarily unavailable. Please try again later.” |
500001 | ”Something went wrong on our end. Please try again.” |