RelataDB error reference

Unauthorized

Missing or invalid bearer token / credential.

REL_UNAUTHORIZEDHTTP 401Auth

Why this happens

No `Authorization: Bearer …` header, or the token failed validation.

How to fix it

Supply a valid token. On server/cluster, RELATA_BEARER_TOKEN is mandatory.

Related configuration

RELATA_BEARER_TOKEN

Also emitted as

Every RelataDB error carries a correlation_id (UUIDv7). Cite it when reporting — ops cannot trace the request without it. See reporting errors.