ErrorCatalogType Enumeration
Indicates the type of error from the error catalog.
Namespace: Microsoft.WindowsServerSolutions.Devices.Identity
Assembly: MachineIdentityObjectModel (in MachineIdentityObjectModel.dll)
Syntax
[DataContractAttribute]
public enum ErrorCatalogType
[DataContractAttribute]
public enum class ErrorCatalogType
<DataContractAttribute>
Public Enumeration ErrorCatalogType
Members
Member name | Description | |
---|---|---|
AccessDenied | Indicates that the error occurred because access is denied. |
|
CAError | Indicates that the error occurred with the certification authority. |
|
InvaildCert | Indicates that the error occurred because the certificate is expired. |
|
InvalidOwnerOfMachine | Indicates that the error occurred because the specified user account cannot access the computer. |
|
InvalidUser | Indicates that the error occurred because the user account is not valid. |
|
MachineExists | Indicates that the error occurred because the certificate already exists for the computer. |
|
NetworkError | Indicates that the error occurred because of an HTTPS error. |
|
OtherError | Indicates that the error occurred for an unknown reason. |
|
ProviderNotAvailable | Indicates that the error occurred because the provider is not available. |
|
Succeeded | Indicates that the call succeeded. |
|
TooManyComputers | Indicates too many computers. |
See Also
Microsoft.WindowsServerSolutions.Devices.Identity Namespace
Return to top