MsoSyncErrorType Enumeration
Specifies a document synchronization error.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Enumeration MsoSyncErrorType
'Usage
Dim instance As MsoSyncErrorType
public enum MsoSyncErrorType
Members
Member name | Description | |
---|---|---|
msoSyncErrorNone | No error. | |
msoSyncErrorUnauthorizedUser | Unauthorized user. | |
msoSyncErrorCouldNotConnect | Could not connect. | |
msoSyncErrorOutOfSpace | Out of space. | |
msoSyncErrorFileNotFound | Destination file not found. | |
msoSyncErrorFileTooLarge | File too large to synchronize. | |
msoSyncErrorFileInUse | Destination file in use. | |
msoSyncErrorVirusUpload | Virus uploaded. | |
msoSyncErrorVirusDownload | Virus downloaded. | |
msoSyncErrorUnknownUpload | Upload error. | |
msoSyncErrorUnknownDownload | Download error. | |
msoSyncErrorCouldNotOpen | Could not open file. | |
msoSyncErrorCouldNotUpdate | Could not update destination file. | |
msoSyncErrorCouldNotCompare | Source and destination files could not be compared. | |
msoSyncErrorCouldNotResolve | Could not resolve files. | |
msoSyncErrorNoNetwork | No network available. | |
msoSyncErrorUnknown | Unknown error. |