Skip to main content
All errors - including unexpected server errors - return:
Some errors add context fields (details, limit, tokenBalance, resetAt, …). The code values are stable; branch on them, not on messages.

Common codes

Partial success (207)

Enrich returns HTTP 207 with a success-shaped body when some sections or modules failed while others succeeded. Inspect failures (core sections) and the per-module modules map, then retry the failed parts - the route is idempotent and never regenerates what already completed.