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 of the arguments match ex-info

Returns an ex-info with ex-data `:type` set to :exoscale.ex/busy. Rest of the 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 of the arguments match ex-info

Returns an ex-info with ex-data `:type` set to :exoscale.ex/conflict. Rest of the 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 of the arguments match ex-info

Returns an ex-info with ex-data `:type` set to :exoscale.ex/fault. Rest of the 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 of the arguments match ex-info

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

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 of the arguments match ex-info

Returns an ex-info with ex-data `:type` set to :exoscale.ex/incorrect. Rest of the 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 of the arguments match ex-info

Returns an ex-info with ex-data `:type` set to :exoscale.ex/interrupted. Rest of the 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 of the arguments match ex-info

Returns an ex-info with ex-data `:type` set to :exoscale.ex/not-found. Rest of the 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 of the arguments match ex-info

Returns an ex-info with ex-data `:type` set to :exoscale.ex/unavailable. Rest of the 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 of the arguments match ex-info

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

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

× close