SyncErrorFullResyncRequired
The client has fallen too far behind and requires full resync.
public sealed record SyncErrorFullResyncRequired : SyncError, IEquatable<SyncError>, IEquatable<SyncErrorFullResyncRequired>
Constructors
SyncErrorFullResyncRequired
public SyncErrorFullResyncRequired(long ClientVersion, long OldestAvailableVersion)
The client has fallen too far behind and requires full resync.
| Parameter | Type | Description |
|---|---|---|
ClientVersion |
Int64 |
Client's last known version. |
OldestAvailableVersion |
Int64 |
Oldest version available on server. |
Properties
ClientVersion
public long ClientVersion { get; init; }
Client's last known version.
OldestAvailableVersion
public long OldestAvailableVersion { get; init; }
Oldest version available on server.