Liking cljdoc? Tell your friends :D

ring.middleware.exceptions


default-error-fnsclj

source

default-id-fnclj

(default-id-fn req)
source

graphql-exception-responseclj

(graphql-exception-response e req id)
source

malformed-exception-responseclj

(malformed-exception-response e req id)

Malformed exception, mainly caused by malformed parameters in HTTP Request, this is client application error (bug), instead of user error.

Malformed exception, mainly caused by malformed parameters in HTTP Request, this is client application error (bug), instead of user error.
sourceraw docstring

server-exception-responseclj

(server-exception-response e req id)
source

sql-exception-responseclj

(sql-exception-response e req id)
source

unauthenticated-exception-responseclj

(unauthenticated-exception-response e req id)

Unauthenticated exception

Unauthenticated exception
sourceraw docstring

unwrap-exceptionclj

(unwrap-exception ex)
source

wrap-exceptionsclj

(wrap-exceptions handler)
(wrap-exceptions handler options)

Wrap unhandled exception, using error-fn to process exception determined by :type in ex-data of ex-info.

Wrap unhandled exception, using error-fn to process exception determined by :type in ex-data of ex-info.
sourceraw docstring

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

× close