UnauthorizedException class
Derived exception class that represents any server error
- Inheritance
-
- Object
- BaseException
- UnauthorizedException
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
messages
↔ List<
String> -
List of error messages
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- silent ↔ bool
-
Flag that represent if the exception should
be silent
getter/setter pairinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Method to be called in debugging mode to
check the contents of the exception
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited