Android.Content.SyncResult.HasHardError Property
Convenience method for determining if the SyncResult indicates that a hard error occurred.

Syntax

[get: Android.Runtime.Register("hasHardError", "()Z", "GetHasHardErrorHandler")]
public bool HasHardError { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Convenience method for determining if the SyncResult indicates that a hard error occurred. See SyncResult for an explanation of what the SyncManager does when it sees a hard error.

A hard error is indicated when any of the following is true:

[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