AppErrorCodes extension type
App client error codes and their default messages.
- on
- Implemented types
- Available extensions
Properties
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