GeneralSyncError constructor

GeneralSyncError(
  1. String message,
  2. SyncErrorCategory category,
  3. int code
)

Implementation

GeneralSyncError(String message, SyncErrorCategory category, int code) : super(message, category, code);