SyncErrorUnresolvedConflict
A conflict was detected that could not be auto-resolved.
public sealed record SyncErrorUnresolvedConflict : SyncError, IEquatable<SyncError>, IEquatable<SyncErrorUnresolvedConflict>
Constructors
SyncErrorUnresolvedConflict
public SyncErrorUnresolvedConflict(SyncLogEntry LocalChange, SyncLogEntry RemoteChange)
A conflict was detected that could not be auto-resolved.
| Parameter | Type | Description |
|---|---|---|
LocalChange |
SyncLogEntry |
The local change. |
RemoteChange |
SyncLogEntry |
The conflicting remote change. |
Properties
LocalChange
public SyncLogEntry LocalChange { get; init; }
The local change.
RemoteChange
public SyncLogEntry RemoteChange { get; init; }
The conflicting remote change.