Liking cljdoc? Tell your friends :D
ClojureScript only.

firebase-cljs.error


FirebaseErrorcljsprotocol

get-codecljs

(get-code _)

Error codes are strings using the following format: 'service/string-code'

Error codes are strings using the following format: 'service/string-code'

get-messagecljs

(get-message _)

An explanatory message for the error that just occurred.

An explanatory message for the error that just occurred.

get-namecljs

(get-name _)

The name of the class of Errors.

The name of the class of Errors.

get-stackcljs

(get-stack _)

A string value containing the execution backtrace when the error originally occured.

A string value containing the execution backtrace when the error originally occured.

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

× close