WinJS.UI.EditError enumeration

Specifies the type of error that occurred during an edit operation on a IListDataSource or an IListDataAdapter.
Syntax
var WinJS.UI.EditError = { noResponse : "noResponse", canceled : "canceled", notPermitted : "notPermitted", noLongerMeaningful : "noLongerMeaningful" }
Members
The EditError enumeration has these members.
| Member | Value | Description |
|---|---|---|
| noResponse | "noResponse" |
The edit operation timed out. |
| canceled | "canceled" |
The edit operation was cancelled. |
| notPermitted | "notPermitted" |
The data source cannot be written to. |
| noLongerMeaningful | "noLongerMeaningful" |
The item has changed. |
Requirements
|
Minimum WinJS version |
WinJS 3.0 |
|---|---|
|
Namespace |
WinJS.UI |
Show: