StorageObjectModelErrorCodes Class
Represents the error codes that can be returned by the storage object model.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Storage.StorageObjectModelErrorCodes
Syntax
public sealed class StorageObjectModelErrorCodes
public ref class StorageObjectModelErrorCodes sealed
Public NotInheritable Class StorageObjectModelErrorCodes
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
AccessDenied | Specifies that access is denied. |
|
AclError | Specifies that an ACL error has occurred. |
|
AlreadyBeenShared | Specifies that the object has already been shared. |
|
CacheOutOfDateError | Specifies that a cache out of date error has occurred. |
|
CannotAssignAccessPathError | Specifies that an attempt to assign an access path (drive letter) failed. |
|
CannotConnectToFsrm | Specifies that hte system cannot connect to FSRM. |
|
CannotCreateFolderUnderDfsRoot | Specifies that the system cannot create a folder under the DFS root. |
|
ClientBackupError | Specifies that a client backup error has occurred. |
|
ConfigurationXmlError | Specifies that a configuration xml error has occurred. |
|
DfsEntryExists | Specifies that the DFS entry already exists. |
|
DfsEntryModified | Specifies that the DFS entry has been modified. |
|
DfsEntryMultiTarget | Specifies that the DFS entry is multi-targeted. |
|
DfsFailure | Specifies that a DFS failure has occurred. |
|
DirectoryExists | Specifies that the directory already exists. |
|
DiskInitError | Specifies that a disk initialization error has occurred. |
|
DiskInUseError | Specifies that a disk in use error has occurred. |
|
DiskNotFoundError | Specifies that the disk was not found. |
|
DiskUninitError | Specifies that a disk uninitialized error has occurred. |
|
DomainControllerError | Specifies that a domain controller error has occurred. |
|
FileLockedError | Specifies that the file is locked. |
|
FolderDeleteError | Specifies that an error occurred while deleting folder data. |
|
FolderExistsError | Specifies that the folder already exists. |
|
FolderMoveError | Specifies that an error occurred while moving the folder. |
|
GetDomainFailed | Specifies that the attempt to retrieve the domain has failed. |
|
GetFolderQuotaFailed | Specifies that the attempt to retrieve the folder quota has failed. |
|
InstallFsrmFailed | Specifies that the attempt to install FSRM has failed. |
|
InstallFsrmFailedPendingReboot | Specifies that the attempt to install FSRM failed, pending reboot. |
|
InvalidAccessError | Specifies that an invalid access error has occured. |
|
InvalidAccessType | Specifies that an access type is not valid. |
|
InvalidArgument | Specifies that the input parameter is not correct. |
|
InvalidDescription | Specifies that the description is not valid. |
|
InvalidDiskState | Specifies that the disk state is not valid. |
|
InvalidDiskToAddToSpacesPool | Specifies that the disk that was attempted to add to a space pool was invalid. |
|
InvalidDriveState | Specifies that the drive state is not valid. |
|
InvalidFileSystem | Specifies that the file system is not NTFS. |
|
InvalidFolderID | Specifies that the folder identifier is not valid. |
|
InvalidFolderPath | Specifies that the directory path is not valid. |
|
InvalidFolderState | Specifies that the state of the folder is not valid. |
|
InvalidLabel | Specifies that the label is not valid. |
|
InvalidName | Specifies that the name is not valid. |
|
InvalidOperationState | Specifies that the operation state is not valid. |
|
InvalidSID | Specifies that the SID is not valid. |
|
InvalidStorageSubsystemError | Specifies that the storage subsystem does not support the storage pool. |
|
InvalidUserPermission | Specifies that the user permissions are not correct. |
|
MountError | Specifies that a mount error has occurred. |
|
NoError | Specifies that no errors have occurred. |
|
NotEnoughPhysicalDiskError | Specifies that there is not enough physical disk |
|
NotSupported | Specifies that the request is not supported. |
|
NotUniqueError | Specifies that the error is not unique. |
|
OperationCannotCompleteInCurrentHealthStatusError | Specifies that the operation cannot complete in the current health state. |
|
OperationCannotCompleteWithReadonlyPoolError | Specifies that the operation cannot complete with a read-only pool. |
|
OperationInProgress | Specifies that the operation is already in progress. |
|
OutOfResourceError | Specifies that an out-of-resource error has occurred. |
|
OutOfSpaceError | Specifies that space is not available. |
|
PublishingError | Specifies that a publishing error has occurred. |
|
RemoteFolderCouldNotBeMoved | Specifies that the remote folder could not be moved. |
|
RequestCancelledError | Specifies that the request was canceled by the user. |
|
RequestNotFound | Specifies that the request was not found. |
|
ServicePaused | Specifies that the service is paused. |
|
ServiceShutdown | Specifies that the service is being shutdown. |
|
SetFolderQuotaFailed | Specifies that the attempt to set the folder quota has failed. |
|
SharingError | Specifies that a sharing error has occurred. |
|
SnapshotsScheduleError | Specifies that a snapshots schedule error has occurred. |
|
SnapshotsShadowError | Specifies that a snapshots shadow error has occurred. |
|
StorageConnectionFailed | Specifies that a connection could not be made to the storage provider. |
|
StorageObjectNotFound | Specifies that the storage object was not found. |
|
StorageProviderNotConnected | Specifies that the storage provider is not connected. |
|
TimeoutError | Specifies that a timeout error has occurred |
|
UnknownError | Specifies that an unknown error has occurred. |
|
UnsupportedPhysicalDiskError | Specifies that the physical disk type cannot create a storage pool. |
|
VDSProviderError | Specifies that a VDS provider error has occurred. |
|
WMIConnectionFailed | Specifies that the WMI connection failed. |
|
WSearchError | Specifies that a WSearch error has occurred. |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top