ClientErrorCodes members

Contains integer flags that represent the client error codes.

The ClientErrorCodes type exposes the following members.

Fields

  Name Description
Public fieldStatic member AccessDenied Provides a constant integer that represents an “Access Denied” error.
Public fieldStatic member DocAlreadyExists Indicates a document with that name already exists.
Public fieldStatic member FieldValueFailedValidation Indicates the field value failed validation (SPListDataValidationException).
Public fieldStatic member GenericError Provides a constant integer that represents a generic error.
Public fieldStatic member InvalidFieldValue Provides a constant integer that indicates that the field value is invalid.
Public fieldStatic member ItemValueFailedValidation Indicates the list item failed validation.
Public fieldStatic member ListItemDeleted Provides a constant integer that indicates that the list item has been deleted.
Public fieldStatic member 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.
Public fieldStatic member 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.
Public fieldStatic member Redirect Provides a constant integer that indicates that the server should redirect the request to another URL.
Public fieldStatic member VersionConflict Provides a constant integer that is raised when the client object version does not match the server object version.

Top

See also

Reference

ClientErrorCodes class

Microsoft.SharePoint.Client namespace