Expand description
Public-facing API error type.
Internal causes are deliberately not embedded in the user-visible payload. Each error carries an opaque request id so that operators can correlate a user complaint with detailed server-side log entries without exposing internal information to the client.
Structs§
- ApiError
- Wire-format error payload returned by the JSON API.
Enums§
- ApiError
Code - Stable error code returned to API callers. The set is intentionally small so that integrators can branch on a finite alphabet rather than parsing human-readable messages.