(bad-request reason & {:as ex-info})
Throws an error indicating that that a bad request was received.
Throws an error indicating that that a bad request was received.
(exists reason & {:as ex-info})
Throws an error indicating that there was an attempt to create something that already exists.
Throws an error indicating that there was an attempt to create something that already exists.
(forbidden reason & {:as ex-info})
Throws an error indicating that the request is forbidden.
Throws an error indicating that the request is forbidden.
(illegal-argument reason & {:as ex-info})
Throws an error indicating that that a bad request argument was received.
Throws an error indicating that that a bad request argument was received.
(internal-system-error reason & {:as ex-info})
Throws an error explicitly indicating that an internal system error occurred.
Throws an error explicitly indicating that an internal system error occurred.
(not-found reason & {:as ex-info})
Throws an error indicating that a resource could not be found.
Throws an error indicating that a resource could not be found.
(unauthorized reason & {:as ex-info})
Throws an error indicating that the request is unauthorized.
Throws an error indicating that the request is unauthorized.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close