Developers / API Reference
Error semantics and common status codes.
7 categories27 pagesUpdated Jan 1, 1970
Browse Documentation
Foundation
Product
Core Platform
Developers
Developer Tooling
Operations
Business
Billing and Plans
On This Page
No section anchors
# Errors
Error responses maintain consistent shape for observability and retries.
## Error Envelope
``json
{
"data": null,
"success": false,
"error": "Human readable reason"
}
`
## Common Codes
- 400 request invalid.
- 401 not authenticated.
- 403 insufficient permissions.
- 404 resource not found.
- 429 rate limit exceeded.
- 500` internal service failure.
Last updated Jan 1, 1970