MobileServiceTableOperationError Class

Definition

Gives details of failed table operation.

public class MobileServiceTableOperationError
type MobileServiceTableOperationError = class
Public Class MobileServiceTableOperationError
Inheritance
MobileServiceTableOperationError

Constructors

MobileServiceTableOperationError(String, Int64, MobileServiceTableOperationKind, Nullable<HttpStatusCode>, String, JObject, String, JObject)

Initializes an instance of MobileServiceTableOperationError

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.

Applies to