PostgREST-specific anomaly enrichment.
PostgREST error bodies carry extra fields — hint, code, details —
that callers want surfaced. This module wraps core.error anomalies
with those extras.
PostgREST-specific anomaly enrichment. PostgREST error bodies carry extra fields — `hint`, `code`, `details` — that callers want surfaced. This module wraps `core.error` anomalies with those extras.
(enrich result)Decorates a core.error anomaly with PostgREST-specific fields when
the response body carries them. Returns the input unchanged if it is
not an anomaly or has no database fields.
Decorates a `core.error` anomaly with PostgREST-specific fields when the response body carries them. Returns the input unchanged if it is not an anomaly or has no database fields.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |