BaseException class
Base class for any RestApiClient exception that might happen during http requests/responses
- Implemented types
- Implementers
Constructors
-
BaseException({bool silent = false, List<
String> messages = const []})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
messages
↔ List<
String> -
List of error messages
getter/setter pair
- 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 pair
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