errorsHandlers property

  1. @protected
Map<TEvent, ErrorHandler> errorsHandlers

Functions (handlers), which will executed, when error was thrown in backend after sending corresponding message with eventId from frontend each handler can have a one dynamic argument - then in that handlers will pass a error

Implementation

@protected
Map<TEvent, ErrorHandler> get errorsHandlers => {};