Eventium.aiDocumentation

ERROR CONTRACT

Handle codes, not prose.

Eventium error responses use a stable envelope where implemented. Read the live operation schema for exact status codes.

{ "error": { "schema_version": "eventium.error.v1", "code": "AUTHENTICATION_REQUIRED", "message": "Authentication is required.", "retryable": false } }

Client behavior

Common classes

StatusMeaningAction
400Contract validation failedCorrect the request.
401Identity is absent or invalidSign in or rotate the credential.
403Scope, role, entitlement, or policy deniedRequest authorization; do not retry.
409State or revision conflictRefresh and reconcile.
429Rate or quota boundaryBack off when allowed.
503Required dependency unavailableRetry only if marked retryable.