OnErrorStreamEvent<Key extends Object, Options> constructor

OnErrorStreamEvent<Key extends Object, Options>(
  1. RxStorageError error
)

Construct a OnErrorStreamEvent.

Implementation

OnErrorStreamEvent(this.error);