Android.Content.SyncResult.DatabaseError Property
Used to indicate that the SyncAdapter experienced a hard error due to an error it received from interacting with the storage layer.

Syntax

[Android.Runtime.Register("databaseError")]
public bool DatabaseError { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Used to indicate that the SyncAdapter experienced a hard error due to an error it received from interacting with the storage layer. The SyncManager will record that the sync request failed and it will not reschedule the request.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 5