SquadronTimeoutException class
- Inheritance
-
- Object
- SquadronException
- SquadronCanceledException
- SquadronTimeoutException
- Implemented types
Constructors
- SquadronTimeoutException(String tokenId, String message, Duration? duration, [StackTrace? stackTrace])
Properties
- duration → Duration?
-
The duration that was exceeded.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stackTrace → StackTrace?
-
The exception's StackTrace.
no setterinherited
- tokenId → String
-
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
serialize(
) → List -
Serializes the exception, i.e. returns a list of items that can cross thread boundaries.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited