Core Concepts
Errors
Understand error envelopes, validation details, and retry behavior.
Client errors use 4xx status codes and include a stable machine-readable code.
Server errors use 5xx status codes and are safe to retry with exponential backoff.
Validation errors include a field path when the issue maps to request input.