AppException class
An exception thrown from operations interacting with a Atlas App Services app.
- Inheritance
-
- Object
- RealmException
- AppException
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- helpLink → String?
-
A link to the documentation that explains how to resolve the error.
finalinherited
- linkToServerLogs → String?
-
A link to the server logs associated with this exception if available.
final
- message → String
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- statusCode → int
-
The HTTP status code returned by the server for this exception.
final
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