HTTP status codes
Response shape
Endpoints return a short error description and may include a stable code or additional fields:code is available.
Retry guidance
- Retry read requests only within your latency and request budget.
- Retry idempotent mutations with the same idempotency key and payload.
- Retry events with the same transaction ID.
- Honor
Retry-Afterwhen returned. - Do not retry validation, authorization, or insufficient-credit decisions without changing the underlying state.