Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes the possible access denied remediation (ADR) client error types.
Syntax
typedef enum _AdrClientErrorType {
AdrClientErrorType_Unknown = 0,
AdrClientErrorType_AccessDenied = 1,
AdrClientErrorType_FileNotFound = 2
} AdrClientErrorType;
Constants
AdrClientErrorType_Unknown Value: 0 The ADR client error type is unknown. |
AdrClientErrorType_AccessDenied Value: 1 The ADR client error type is access denied. |
AdrClientErrorType_FileNotFound Value: 2 |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2012 |
Header | fsrmenums.h (include FsrmPipeline.h, FsrmQuota.h, FsrmReports.h, FsrmScreen.h) |