Liking cljdoc? Tell your friends :D

hive-dsl.result.taxonomy

Extensible error category registry for the Result DSL.

Base categories are universal (IO, effect, parse, transport). Consumers register domain-specific categories at startup via register!.

Extensible error category registry for the Result DSL.

Base categories are universal (IO, effect, parse, transport).
Consumers register domain-specific categories at startup via register!.
raw docstring

known-error?clj/s

(known-error? category)

True if category is a registered error keyword.

True if category is a registered error keyword.
sourceraw docstring

register!clj/s

(register! categories)

Register a set of error category keywords. Idempotent — safe to call multiple times with overlapping sets.

(register! #{:kg/node-not-found :chroma/connection-failed})

Register a set of error category keywords.
Idempotent — safe to call multiple times with overlapping sets.

(register! #{:kg/node-not-found :chroma/connection-failed})
sourceraw docstring

registered-categoriesclj/s

(registered-categories)

Return the current set of all registered error categories.

Return the current set of all registered error categories.
sourceraw docstring

registryclj/s

source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close