SyncStats.NumIoExceptions Property

Definition

The SyncAdapter had a problem, most likely with the network connectivity or a timeout while waiting for a network response.

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

Property Value

Attributes

Remarks

The SyncAdapter had a problem, most likely with the network connectivity or a timeout while waiting for a network response. The request may succeed if it is tried again later. This is considered a soft error.

Java documentation for android.content.SyncStats.numIoExceptions.

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