Class FileErrorCodeStrings
- Namespace
- Microsoft.WindowsAzure.Storage.File.Protocol
- Assembly
- Microsoft.WindowsAzure.Storage.dll
Provides error code strings that are specific to the File service.
public static class FileErrorCodeStrings
- Inheritance
-
FileErrorCodeStrings
- Inherited Members
Fields
CannotDeleteFileOrDirectory
The file or directory could not be deleted because it is in use by an SMB client.
public static readonly string CannotDeleteFileOrDirectory
Field Value
ClientCacheFlushDelay
The specified resource state could not be flushed from an SMB client in the specified time.
public static readonly string ClientCacheFlushDelay
Field Value
ConditionHeadersNotSupported
Condition headers are not supported.
public static readonly string ConditionHeadersNotSupported
Field Value
DeletePending
The specified resource is marked for deletion by an SMB client.
public static readonly string DeletePending
Field Value
FileLockConflict
A portion of the specified file is locked by an SMB client.
public static readonly string FileLockConflict
Field Value
InvalidFileOrDirectoryPathName
File or directory path is too long.
public static readonly string InvalidFileOrDirectoryPathName
Field Value
InvalidResourceName
The specified resource name contains invalid characters.
public static readonly string InvalidResourceName
Field Value
ParentNotFound
The specified parent was not found.
public static readonly string ParentNotFound
Field Value
ReadOnlyAttribute
The specified resource is read-only and cannot be modified at this time.
public static readonly string ReadOnlyAttribute
Field Value
ResourceAlreadyExists
The specified resource already exists.
public static readonly string ResourceAlreadyExists
Field Value
ResourceTypeMismatch
The specified resource type does not match the type of the existing resource.
public static readonly string ResourceTypeMismatch
Field Value
ShareAlreadyExists
The specified share already exists.
public static readonly string ShareAlreadyExists
Field Value
ShareBeingDeleted
The specified share is being deleted.
public static readonly string ShareBeingDeleted
Field Value
ShareDisabled
The specified share is disabled.
public static readonly string ShareDisabled
Field Value
ShareNotFound
The specified share was not found.
public static readonly string ShareNotFound
Field Value
SharingViolation
The specified resource may be in use by an SMB client.
public static readonly string SharingViolation