SyncStats.NumAuthExceptions Property

Definition

The SyncAdapter was unable to authenticate the android.accounts.Account that was specified in the request.

[Android.Runtime.Register("numAuthExceptions")]
public long NumAuthExceptions { get; set; }
[<Android.Runtime.Register("numAuthExceptions")>]
member this.NumAuthExceptions : int64 with get, set

Property Value

Attributes

Remarks

The SyncAdapter was unable to authenticate the android.accounts.Account that was specified in the request. The user needs to take some action to resolve before a future request can expect to succeed. This is considered a hard error.

Java documentation for android.content.SyncStats.numAuthExceptions.

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.

Applies to