(errors->string errors-map)
Return an error string.
Return an error string.
(errors->type-path-str-m spec-errs-map)
Return a map of the form {:error-type {:path err-str}}
Return a map of the form {:error-type {:path err-str}}
(errors->type-str-m spec-errs-map)
Return a map of the form `{:error-type err-str}
Return a map of the form `{:error-type err-str}
(expound-error error-map error-label)
(expound-error error-map error-label error-type)
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
concept-edge-errors template-edge-errors
pattern-edge-errors pattern-cycle-errors context-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 :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 Errors in expanding keys via @context maps
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 :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 Errors in expanding keys via @context maps
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close