_AdrClientErrorType Enumeration
Describes the possible access denied remediation (ADR) client error types.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
public enum _AdrClientErrorType
public enum class _AdrClientErrorType
type _AdrClientErrorType
Public Enumeration _AdrClientErrorType
Members
Member name | Description | |
---|---|---|
AdrClientErrorType_AccessDenied | The ADR client error type is access denied. |
|
AdrClientErrorType_FileNotFound | The ADR client error type is file not found. |
|
AdrClientErrorType_Unknown | The ADR client error type is unknown. |
See Also
Return to top