ApiClientException class
API client exception.
- Implemented types
Constructors
- ApiClientException(String message, {BaseResponse? response, Exception? originalException})
-
Creates new API client exception
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
Exception message.
final
- originalException → Exception?
-
Original exception (if any).
final
- request → BaseRequest?
-
Request object.
no setter
- response → BaseResponse?
-
Response object.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited