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.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 |
Show: