WiltChangeNotificationEvent.couchDbError constructor

WiltChangeNotificationEvent.couchDbError(
  1. String? _couchError,
  2. String? _couchReason
)

CouchDB error event

Implementation

WiltChangeNotificationEvent.couchDbError(
    this._couchError, this._couchReason) {
  _type = couchdbError;
}