WinJS.UI.FetchError enumeration

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