Get Error Catalog
Return the full error action-item catalog for client-side error surfacing.
Resolution a client should apply: look up codes by its specific error
identifier, fall back to categories by the error’s category, then
default. The payload is small and slow-changing — cache it and re-fetch
when version changes.
Authorizations
Enter your MeshAPI key (rsk_...) — sent as Authorization: Bearer <key>.
Headers
Dated version of the API contract to pin this request to. Omit it and the request is served under 2026-08 — the oldest supported version, so an existing integration is never moved by a release. A malformed or unsupported value is rejected with 400 invalid_api_version rather than falling back silently. The version actually served is echoed as X-Mesh-Version on every response, including errors.
2026-08 Response
Successful Response
Cache key / ETag — changes when the catalog changes.
Per-code copy, keyed by the specific identifier a client has (the semantic provider_code when present, else the top-level error code).
Per-category fallback copy + badge label, used when no code matches.
Last-resort copy when neither code nor category matches.