Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WinJS.UI.FetchError enumeration

Applies to Windows and Windows Phone

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.

MemberValueDescription
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

 

 

Show: