MobileServiceTableOperationError Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gives details of failed table operation.
public class MobileServiceTableOperationError
type MobileServiceTableOperationError = class
Public Class MobileServiceTableOperationError
- Inheritance
-
MobileServiceTableOperationError
Constructors
Properties
Handled |
Indicates whether error is handled. |
Item |
The item associated with the operation. |
OperationKind |
The kind of table operation. |
RawResult |
Raw response of the table operation. |
Result |
Response of the table operation. |
Status |
The HTTP status code returned by server. |
TableName |
The name of the remote table. |
Methods
CancelAndDiscardItemAsync() |
Cancels the table operation and discards the local instance of the item. |
CancelAndUpdateItemAsync(JObject) |
Cancels the table operation and updates the local instance of the item with the given item. |
UpdateOperationAsync(JObject) |
Updates the table operation and updates the local instance of the item with the given item. Clears the error and sets the operation state to pending. |