ClientResetError constructor

ClientResetError(
  1. String message, [
  2. Configuration? _config
])

Implementation

ClientResetError(String message, [this._config]) : super(message, SyncErrorCategory.client, SyncClientErrorCode.autoClientResetFailure.code);