Liking cljdoc? Tell your friends :D

exoscale.ex.exception


busyclj

(busy msg__1070__auto__ data__1071__auto__)
(busy msg__1070__auto__ data__1071__auto__ cause__1072__auto__)

Returns an ex-info with ex-data :type set to :exoscale.ex/busy. Rest ofthe arguments match ex-info

Returns an ex-info with ex-data `:type` set to :exoscale.ex/busy. Rest ofthe arguments match `ex-info`
raw docstring

conflictclj

(conflict msg__1070__auto__ data__1071__auto__)
(conflict msg__1070__auto__ data__1071__auto__ cause__1072__auto__)

Returns an ex-info with ex-data :type set to :exoscale.ex/conflict. Rest ofthe arguments match ex-info

Returns an ex-info with ex-data `:type` set to :exoscale.ex/conflict. Rest ofthe arguments match `ex-info`
raw docstring

faultclj

(fault msg__1070__auto__ data__1071__auto__)
(fault msg__1070__auto__ data__1071__auto__ cause__1072__auto__)

Returns an ex-info with ex-data :type set to :exoscale.ex/fault. Rest ofthe arguments match ex-info

Returns an ex-info with ex-data `:type` set to :exoscale.ex/fault. Rest ofthe arguments match `ex-info`
raw docstring

forbiddenclj

(forbidden msg__1070__auto__ data__1071__auto__)
(forbidden msg__1070__auto__ data__1071__auto__ cause__1072__auto__)

Returns an ex-info with ex-data :type set to :exoscale.ex/forbidden. Rest ofthe arguments match ex-info

Returns an ex-info with ex-data `:type` set to :exoscale.ex/forbidden. Rest ofthe arguments match `ex-info`
raw docstring

gen-base-typescljmacro

(gen-base-types)

gen-ex-fn-for-typecljmacro

(gen-ex-fn-for-type type)

incorrectclj

(incorrect msg__1070__auto__ data__1071__auto__)
(incorrect msg__1070__auto__ data__1071__auto__ cause__1072__auto__)

Returns an ex-info with ex-data :type set to :exoscale.ex/incorrect. Rest ofthe arguments match ex-info

Returns an ex-info with ex-data `:type` set to :exoscale.ex/incorrect. Rest ofthe arguments match `ex-info`
raw docstring

interruptedclj

(interrupted msg__1070__auto__ data__1071__auto__)
(interrupted msg__1070__auto__ data__1071__auto__ cause__1072__auto__)

Returns an ex-info with ex-data :type set to :exoscale.ex/interrupted. Rest ofthe arguments match ex-info

Returns an ex-info with ex-data `:type` set to :exoscale.ex/interrupted. Rest ofthe arguments match `ex-info`
raw docstring

invalid-specclj

(invalid-spec spec x)

Returns an ex-info when value x does not conform to spec spex

Returns an ex-info when value `x` does not conform to spec `spex`
raw docstring

not-foundclj

(not-found msg__1070__auto__ data__1071__auto__)
(not-found msg__1070__auto__ data__1071__auto__ cause__1072__auto__)

Returns an ex-info with ex-data :type set to :exoscale.ex/not-found. Rest ofthe arguments match ex-info

Returns an ex-info with ex-data `:type` set to :exoscale.ex/not-found. Rest ofthe arguments match `ex-info`
raw docstring

unavailableclj

(unavailable msg__1070__auto__ data__1071__auto__)
(unavailable msg__1070__auto__ data__1071__auto__ cause__1072__auto__)

Returns an ex-info with ex-data :type set to :exoscale.ex/unavailable. Rest ofthe arguments match ex-info

Returns an ex-info with ex-data `:type` set to :exoscale.ex/unavailable. Rest ofthe arguments match `ex-info`
raw docstring

unsupportedclj

(unsupported msg__1070__auto__ data__1071__auto__)
(unsupported msg__1070__auto__ data__1071__auto__ cause__1072__auto__)

Returns an ex-info with ex-data :type set to :exoscale.ex/unsupported. Rest ofthe arguments match ex-info

Returns an ex-info with ex-data `:type` set to :exoscale.ex/unsupported. Rest ofthe arguments match `ex-info`
raw docstring

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

× close