ClientErrorCodes Members
Include Protected Members
Include Inherited Members
Contains integer flags that represent the client error codes.
The ClientErrorCodes type exposes the following members.
Fields
Name | Description | |
---|---|---|
AccessDenied | A constant integer that represents an “Access Denied” error. | |
DocAlreadyExists | ||
GenericError | A constant integer that represents a generic error. | |
InvalidFieldValue | A constant integer that indicates that the field value is invalid. | |
ListItemDeleted | A constant integer that indicates that the list item has been deleted. | |
NotSupported | A constant integer that indicates that the client API has been blocked by the server administrator and that the request is not supported. | |
NotSupportedRequestVersion | 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 | A constant integer that indicates that the server should redirect the request to another URL. | |
VersionConflict | A constant integer that is raised when the client object version does not match the server object version. |
Top