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)
(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).
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.
(category-range category)Get the human-readable range description for a category.
Get the human-readable range description for a category.
(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.
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 |