error string.
Status codes
Client recommendations
- Log the HTTP method, path, status code, and
errorvalue. - Avoid exposing raw error strings directly to end users.
- Retry network failures and safe
5xxcases with the sameIdempotency-Keyfor mutating requests. - Do not retry
400,403, or404without changing the request or credentials.

