X-Request-Id header so you can quote it to support.
Error types
Common error codes
Retry strategy
Forprovider_unavailable and internal, retry with exponential backoff:
rate_limited (429), honor the Retry-After header instead of exponential backoff.
Idempotency-Key replay
If a POST creates a generation and the connection drops, retry with the sameIdempotency-Key. The original response is replayed (we send Idempotent-Replayed: true in the headers). No duplicate charge.