Liking cljdoc? Tell your friends :D

boundary.devtools.error-codes

Error code catalog for Boundary. Loads from the shared EDN resource so the Babashka CLI and JVM runtime share one source of truth.

Not under core/ deliberately — loading a resource requires I/O, which is forbidden in core namespaces by the FC/IS boundary check.

Error code ranges: BND-1xx Configuration errors BND-2xx Validation errors BND-3xx Persistence errors BND-4xx Authentication/authorization errors BND-5xx Interceptor pipeline errors BND-6xx FC/IS boundary violations BND-7xx Tooling / build errors BND-8xx MCP guardrails (boundary-mcp)

Error code catalog for Boundary. Loads from the shared EDN resource
so the Babashka CLI and JVM runtime share one source of truth.

Not under core/ deliberately — loading a resource requires I/O,
which is forbidden in core namespaces by the FC/IS boundary check.

Error code ranges:
  BND-1xx  Configuration errors
  BND-2xx  Validation errors
  BND-3xx  Persistence errors
  BND-4xx  Authentication/authorization errors
  BND-5xx  Interceptor pipeline errors
  BND-6xx  FC/IS boundary violations
  BND-7xx  Tooling / build errors
  BND-8xx  MCP guardrails (boundary-mcp)
raw docstring

all-codesclj

(all-codes)

Get all error codes sorted.

Get all error codes sorted.
sourceraw docstring

by-categoryclj

(by-category category)

Get all error codes for a category (:config, :validation, :persistence, :auth, :interceptor, :fcis, :tooling).

Get all error codes for a category (:config, :validation, :persistence, :auth, :interceptor, :fcis, :tooling).
sourceraw docstring

catalogclj

Map of error code string to error definition. Loaded from resources/boundary/devtools/error_catalog.edn.

Map of error code string to error definition.
Loaded from resources/boundary/devtools/error_catalog.edn.
sourceraw docstring

category-rangeclj

(category-range category)

Get the human-readable range description for a category.

Get the human-readable range description for a category.
sourceraw docstring

lookupclj

(lookup code)

Look up an error code. Returns the error definition map or nil.

Look up an error code. Returns the error definition map or nil.
sourceraw docstring

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