firebase-cljs Api Documentation

Version: 1.3.0

firebase-cljs.error

FirebaseError

protocol

members

get-code

(get-code _)

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

get-message

(get-message _)

An explanatory message for the error that just occurred.

get-name

(get-name _)

The name of the class of Errors.

get-stack

(get-stack _)

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