FileErrorCodeStrings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides error code strings that are specific to the File service.
public static class FileErrorCodeStrings
type FileErrorCodeStrings = class
Public Class FileErrorCodeStrings
- Inheritance
-
FileErrorCodeStrings
Fields
CannotDeleteFileOrDirectory |
The file or directory could not be deleted because it is in use by an SMB client. |
ClientCacheFlushDelay |
The specified resource state could not be flushed from an SMB client in the specified time. |
ConditionHeadersNotSupported |
Condition headers are not supported. |
DeletePending |
The specified resource is marked for deletion by an SMB client. |
FileLockConflict |
A portion of the specified file is locked by an SMB client. |
InvalidFileOrDirectoryPathName |
File or directory path is too long. |
InvalidResourceName |
The specified resource name contains invalid characters. |
ParentNotFound |
The specified parent was not found. |
ReadOnlyAttribute |
The specified resource is read-only and cannot be modified at this time. |
ResourceAlreadyExists |
The specified resource already exists. |
ResourceTypeMismatch |
The specified resource type does not match the type of the existing resource. |
ShareAlreadyExists |
The specified share already exists. |
ShareBeingDeleted |
The specified share is being deleted. |
ShareDisabled |
The specified share is disabled. |
ShareNotFound |
The specified share was not found. |
SharingViolation |
The specified resource may be in use by an SMB client. |
Applies to
Azure SDK for .NET