(errors->string spec-errors-map opts)Given a map {:err-type spec-err}, return an error string.
Given a map `{:err-type spec-err}`, return an error string.
(errors->type-path-str-m spec-errs-map opts)Given a map {:err-type spec-err}, return a map of the form
{:err-type {:spec-path err-str}}
Given a map `{:err-type spec-err}`, return a map of the form
`{:err-type {:spec-path err-str}}`(errors->type-str-m spec-errs-map opts)Given a map {:err-type spec-err}, return a map of the form
{:err-type err-str}.
Given a map `{:err-type spec-err}`, return a map of the form
`{:err-type err-str}`.(expound-error error-map error-label)(expound-error error-map error-label error-type)(expound-error error-map error-label error-type opts)Print an Expounded error message using a custom printer. The custom
printer is determined via error-type; if not supplied, it assumes
that it is a syntax error. Prints error-label as the header.
Print an Expounded error message using a custom printer. The custom printer is determined via `error-type`; if not supplied, it assumes that it is a syntax error. Prints `error-label` as the header.
(print-errors {:keys [syntax-errors id-errors in-scheme-errors versioning-errors
concept-edge-errors template-edge-errors
pattern-edge-errors pattern-cycle-errors context-errors]}
opts)Print errors from profile validation using Expound. Available keys: :syntax-errors Basic syntax validation (always present) :id-errors Duplicate ID errors :in-scheme-errors InScheme property validation errors :versioning-errors Version change errors :concept-errors Concept relation/link errors :template-errors Template relation/link errors :pattern-errors Pattern relation/link errors :pattern-cycle-errors Cyclical pattern errors :context-errors Expanding keys via @context map errors
Print errors from profile validation using Expound. Available keys: :syntax-errors Basic syntax validation (always present) :id-errors Duplicate ID errors :in-scheme-errors InScheme property validation errors :versioning-errors Version change errors :concept-errors Concept relation/link errors :template-errors Template relation/link errors :pattern-errors Pattern relation/link errors :pattern-cycle-errors Cyclical pattern errors :context-errors Expanding keys via @context map errors
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 |