WinJS.UI.CountError enumeration

Indicates that the IListDataAdapter was unable to provide a count.

Syntax

var WinJS.UI.CountError = {
  noResponse : "noResponse"
}

Members

The CountError enumeration has these members.

Member Value Description
noResponse "noResponse"

An attempt to count items timed out.

Requirements

Minimum WinJS version

WinJS 3.0

Namespace

WinJS.UI