SyncStats.NumIoExceptions 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 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.