ClientErrorCodes members
Contains integer flags that represent the client error codes.
The ClientErrorCodes type exposes the following members.
Fields
Name | Description | |
---|---|---|
AccessDenied | Provides a constant integer that represents an “Access Denied” error. | |
DocAlreadyExists | Indicates a document with that name already exists. | |
FieldValueFailedValidation | Indicates the field value failed validation (SPListDataValidationException). | |
GenericError | Provides a constant integer that represents a generic error. | |
InvalidFieldValue | Provides a constant integer that indicates that the field value is invalid. | |
ItemValueFailedValidation | Indicates the list item failed validation. | |
ListItemDeleted | Provides a constant integer that indicates that the list item has been deleted. | |
NotSupported | Provides a constant integer that indicates that the client API has been blocked by the server administrator and that the request is not supported. | |
NotSupportedRequestVersion | Provides a constant integer that indicates that the schema version in the SchemaVersion attribute of the CurrentVersion method is not supported by Microsoft SharePoint Foundation 2010. | |
Redirect | Provides a constant integer that indicates that the server should redirect the request to another URL. | |
VersionConflict | Provides a constant integer that is raised when the client object version does not match the server object version. |
Top