mergeConflict property
The merge conflict after sync.
If this field is not empty, the sync is still treated as successful. But a version cannot be created until all conflicts are resolved.
Implementation
core.List<MergeConflict>? mergeConflict;
The merge conflict after sync.
If this field is not empty, the sync is still treated as successful. But a version cannot be created until all conflicts are resolved.
core.List<MergeConflict>? mergeConflict;