SPCopyErrorCode enumeration

Specifies copy-specific error codes.

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

No code example is currently available or this language may not be supported.

Member nameDescription
SuccessThe copy operation has completed without errors.
UnknownAn unknown error has occurred.
SourceAndTargetSameThe target file is being overwritten.
TargetCheckedOutThe target file is checked out and cannot be overwritten.
TargetDoesNotExistThe target folder does not exist.
SourceDoesNotExistThe source file does not exist.
Show: