sessionErrorCode property
The SyncSessionErrorCode value indicating the type of the sync error.
This property will be SyncSessionErrorCode.unknown if onManualResetFallback
occurs on client reset.
Implementation
@Deprecated("This will be removed in the future.")
SyncSessionErrorCode get sessionErrorCode => SyncSessionErrorCode.unknown;