Table of Contents

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

string

ClientCacheFlushDelay

The specified resource state could not be flushed from an SMB client in the specified time.

public static readonly string ClientCacheFlushDelay

Field Value

string

ConditionHeadersNotSupported

Condition headers are not supported.

public static readonly string ConditionHeadersNotSupported

Field Value

string

DeletePending

The specified resource is marked for deletion by an SMB client.

public static readonly string DeletePending

Field Value

string

FileLockConflict

A portion of the specified file is locked by an SMB client.

public static readonly string FileLockConflict

Field Value

string

InvalidFileOrDirectoryPathName

File or directory path is too long.

public static readonly string InvalidFileOrDirectoryPathName

Field Value

string

InvalidResourceName

The specified resource name contains invalid characters.

public static readonly string InvalidResourceName

Field Value

string

ParentNotFound

The specified parent was not found.

public static readonly string ParentNotFound

Field Value

string

ReadOnlyAttribute

The specified resource is read-only and cannot be modified at this time.

public static readonly string ReadOnlyAttribute

Field Value

string

ResourceAlreadyExists

The specified resource already exists.

public static readonly string ResourceAlreadyExists

Field Value

string

ResourceTypeMismatch

The specified resource type does not match the type of the existing resource.

public static readonly string ResourceTypeMismatch

Field Value

string

ShareAlreadyExists

The specified share already exists.

public static readonly string ShareAlreadyExists

Field Value

string

ShareBeingDeleted

The specified share is being deleted.

public static readonly string ShareBeingDeleted

Field Value

string

ShareDisabled

The specified share is disabled.

public static readonly string ShareDisabled

Field Value

string

ShareNotFound

The specified share was not found.

public static readonly string ShareNotFound

Field Value

string

SharingViolation

The specified resource may be in use by an SMB client.

public static readonly string SharingViolation

Field Value

string