ErrorEvent<K, T> class
- Inheritance
-
- Object
- SecretaryEvent<
K, T> - ErrorEvent
- Implementers
Constructors
-
ErrorEvent.new({required K key, required List<
Object> errors}) -
const
Properties
- attempts → int
-
no setterinherited
- error → Object
-
no setterinherited
-
errors
→ List<
Object> -
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isError → bool
-
no setterinherited
- isFailure → bool
-
no setterinherited
- isFinal → bool
-
no setterinherited
- isRetry → bool
-
no setterinherited
- isSuccess → bool
-
no setterinherited
- key → K
-
finalinherited
- maxAttempts → int
-
no setter
- 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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited