DatabaseError class

A DatabaseError contains code, message and details of a Firebase Database Error that results from a transaction operation at a Firebase Database location.

Properties

code int
One of the defined status codes, depending on the error.
no setter
details String
Human-readable details on the error and additional information.
no setter
hashCode int
The hash code for this object.
no setterinherited
message String
A human-readable description of the error.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited