errorHandler property

  1. @protected
FirewatchErrorHandler? get errorHandler
inherited

The error handler passed at construction, if any. Exposed so subclasses can route write-path errors (e.g. post-grace ack failures under a graced WriteAckPolicy) to the same handler the stream/fetch paths use.

Implementation

@protected
FirewatchErrorHandler? get errorHandler => _onError;