WriteFieldErrorType enumeration

Represents error types during a field write operation.

Namespace:  Microsoft.SharePoint.WorkManagement.Client
Assembly:  Microsoft.SharePoint.WorkManagement.Client (in Microsoft.SharePoint.WorkManagement.Client.dll)

Syntax

'Declaration
Public Enumeration WriteFieldErrorType
'Usage
Dim instance As WriteFieldErrorType
public enum WriteFieldErrorType

Members

Member name Description
NoValue No value. Value = 0.
TaskNotFound The task was not found. Value = 1.
InvalidInput The format of the input was not valid. Value = 2.
TaskDeleted The task was deleted. Value = 3.
FieldConflict A field conflict error occurred. Value = 4.
Validation A validation error occurred. Value = 5.
LocationInvalid The location was not valid. Value = 6.
Unknown An unknown error occurred. Value = 7.
DueDateInvalid The due date was not valid. Value = 8.
StartDateInvalid The start date was not valid. Value = 9.
DescriptionInvalid The description was not valid. Value = 10.
IsCompletedInvalid The completion value was not valid. Value = 11.
TitleInvalid The title was not valid. Value = 12.
EditUrlInvalid The edit URL was not valid. Value = 13.
AccessDenied The user does not have sufficient privileges to write to the field. Value = 14.
PromoteTargetTaskNotPersonal The task is not a personal task, and therefore cannot be promoted. Value = 15.
PromotionFailedInProvider The provider failed to promote the task. Value = 16.

See also

Reference

Microsoft.SharePoint.WorkManagement.Client namespace