Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the type of error encountered when retrieving items from an IListDataAdapter.
Syntax
var WinJS.UI.FetchError = {
noResponse : "noResponse",
doesNotExist : "doesNotExist"
}
Members
The FetchError enumeration has these members.
Member | Value | Description |
---|---|---|
noResponse | "noResponse" | The fetch operation timed out. |
doesNotExist | "doesNotExist" | The specified item could not be located. |
Requirements
Minimum WinJS version |
WinJS 3.0 |
Namespace |
WinJS.UI |