thrownExceptions property

  1. @Deprecated('use errors instead')
ValueListenable<CommandError?> thrownExceptions

ValueListenable<CommandError> that reflects the Error State of the command if the wrapped function throws an error, its value is set to the error is wrapped in an CommandError

Implementation

@Deprecated('use errors instead')
ValueListenable<CommandError?> get thrownExceptions => _errors;