AppErrorCodes extension type

App client error codes and their default messages.

on
Implemented types
Available extensions

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stack String?
A string value containing the execution backtrace when the error originally occurred.
no setterinherited

Methods

code() String
@returns The error code.
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

Static Properties

static → AppErrorCodesStatic
Access to static members on AppErrorCodes
no setter