Liking cljdoc? Tell your friends :D

paco.detail.error


compoundclj/s

(compound label source error)

Mainly generated by compound-labelling operator.

Mainly generated by compound-labelling operator.
sourceraw docstring

expectedclj/s

(expected label)

The input does not match the expected input.

label describes the expected input.

The input does not match the expected input.

`label` describes the expected input.
sourceraw docstring

expected-endclj/s

source

expected-inputclj/s

(expected-input input)

The input does not match an expected string constant.

The input does not match an expected string constant.
sourceraw docstring

IErrorclj/sprotocol

-reduce-msgsclj/s

(-reduce-msgs error f result)
source

IMessageclj/sprotocol

-compare-msgsclj/s

(-compare-msgs msg other)

-msg-typeclj/s

(-msg-type msg)

-write-msg!clj/s

(-write-msg! msg writer opts)
source

mergeclj/s

(merge e1 e2)

Merge two errors.

Merge two errors.
sourceraw docstring

messageclj/s

(message text)

The error does not fit the other types.

The error does not fit the other types.
sourceraw docstring

message-setclj/s

(message-set error)

Returns distinct error messages as a set.

Returns distinct error messages as a set.
sourceraw docstring

message?clj/s

(message? x)
(message? x type)
source

nestedclj/s

(nested source error)

Backtracked after an error occurred.

Backtracked after an error occurred.
sourceraw docstring

nested->compoundclj/s

(nested->compound error label)
source

no-messageclj/s

source

sort-messagesclj/s

(sort-messages error)

Returns a sorted sequence of error messages.

Returns a sorted sequence of error messages.
sourceraw docstring

stringclj/s

(string error)
(string error pos)

Returns a string representation of error.

Returns a string representation of `error`.
sourceraw docstring

unexpectedclj/s

(unexpected label)

The parser encountered some unexpected input.

The parser encountered some unexpected input.
sourceraw docstring

unexpected-endclj/s

source

unexpected-inputclj/s

(unexpected-input input)

The parser encountered some unexpected input.

The parser encountered some unexpected input.
sourceraw docstring

unexpected-token-or-endclj/s

(unexpected-token-or-end source)
(unexpected-token-or-end source error)
source

write-messages!clj/s

(write-messages! error writer)
(write-messages! error writer pos)
(write-messages! error writer pos opts)

Write error messages to writer.

Write error messages to `writer`.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close