Skip to main content

Module errors

Module errors 

Source
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§

ApiErrorCode
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.