SyncStats.NumConflictDetectedExceptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The SyncAdapter detected that there was an unrecoverable version conflict when it attempted to update or delete a version of a resource on the server.
[Android.Runtime.Register("numConflictDetectedExceptions")]
public long NumConflictDetectedExceptions { get; set; }
[<Android.Runtime.Register("numConflictDetectedExceptions")>]
member this.NumConflictDetectedExceptions : int64 with get, set
Property Value
- Attributes
Remarks
The SyncAdapter detected that there was an unrecoverable version conflict when it attempted to update or delete a version of a resource on the server. This is expected to clear itself automatically once the new state is retrieved from the server, though it may remain until the user intervenes manually, perhaps by clearing the local storage and starting over from scratch. This is considered a hard error.
Java documentation for android.content.SyncStats.numConflictDetectedExceptions
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.