Skip to main content
A newer version of this page is available. .
Tab

FileManagerErrors Enum

Lists values specifying the errors that caused exceptions.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum FileManagerErrors

Members

Name Description
FileNotFound

The specified file is not found.

FolderNotFound

The specified folder is not found.

AccessDenied

Access is denied.

UnspecifiedIO

Unspecified IO error occurs.

Unspecified

Unspecified error occurs.

EmptyName

The file/folder name is empty.

CanceledOperation

The operation was canceled.

InvalidSymbols

The specified name contains invalid characters.

WrongExtension

The specified file extension is not allowed.

UsedByAnotherProcess

The file/folder is being used by another process.

AlreadyExists

The specified file/folder already exists.

AccessProhibited

Access is prohibited.

CloudAccessFailed

Failed to access a cloud service.

PathToLong

The specified file/folder name of the full name is too long.

WrongIdPathLength

The number of directories in relativeName is not equal to the idPath array length.

Related API Members

The following properties accept/return FileManagerErrors values:

See Also