FirebaseAppError extension type
Firebase App error code structure. This extends PrefixedFirebaseError.
- on
- Implemented types
- Available extensions
Properties
Methods
-
code(
) → String -
@returns The error code.
inherited
-
hasCode(
String code) → bool -
Allows the error type to be checked without needing to know implementation details
of the code prefixing.
inherited
-
message(
) → String -
@returns The error message.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → JSObject -
@returns The object representation of the error.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited