CommandError<TParam> class

CommandError wraps an occurring error together with the argument that was passed when the command was called. This sort of objects are emitted on the .thrownExceptions ValueListenable of the Command

Constructors

CommandError(TParam? paramData, Object? error)

Properties

error Object?
final
hashCode int
The hash code for this object.
no setteroverride
paramData → TParam?
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.
override

Operators

operator ==(Object other) bool
The equality operator.
override