Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 371 Bytes

File metadata and controls

20 lines (15 loc) · 371 Bytes

Error Handling

All errors follow this format:

Error Format

{
  "error": "ERROR_CODE",
  "message": "Human readable message"
}

## Common Errors

| Code | Description |
|------|------------|
| INVALID_TOKEN | Token expired or invalid |
| UNAUTHORIZED | Missing authentication |
| NOT_FOUND | Resource not found |
| RATE_LIMIT_EXCEEDED | Too many requests |