Error envelope
HTTP status codes
Handling failures
- Treat authentication and validation failures as terminal until the request or access model is fixed.
- Retry
429only after the advertised retry window. - Retry retryable
5xxfailures with backoff. - Keep the same idempotency key when retrying the same write request.

