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.
Specifies the category of an error.
typedef enum
{
IDCRL_REQUEST_BUILD_ERROR = 0x00000001,
IDCRL_REQUEST_SEND_ERROR = 0x00000002,
IDCRL_RESPONSE_RECEIVE_ERROR = 0x00000003,
IDCRL_RESPONSE_READ_ERROR = 0x00000004,
IDCRL_REPSONSE_PARSE_ERROR = 0x00000005,
IDCRL_RESPONSE_SIG_DECRYPT_ERROR = 0x00000006,
IDCRL_RESPONSE_PARSE_HEADER_ERROR = 0x00000007,
IDCRL_RESPONSE_PARSE_TOKEN_ERROR = 0x00000008,
IDCRL_RESPONSE_PUTCERT_ERROR = 0x00000009
} IDCRL_ERROR_CATEGORY;
Enumerator Values
The following table describes the values in this enumeration.
Enumerator Value |
Description |
|---|---|
IDCRL_REQUEST_BUILD_ERROR |
Build request error. |
IDCRL_REQUEST_SEND_ERROR |
Send request error. |
IDCRL_RESPONSE_RECEIVE_ERROR |
Receive response error. |
IDCRL_RESPONSE_READ_ERROR |
Read response error. |
IDCRL_REPSONSE_PARSE_ERROR |
Parse response error. |
IDCRL_RESPONSE_SIG_DECRYPT_ERROR |
Signature decryption response error. |
IDCRL_RESPONSE_PARSE_HEADER_ERROR |
Parse header response error. |
IDCRL_RESPONSE_PARSE_TOKEN_ERROR |
Parse token response error. |
IDCRL_RESPONSE_PUTCERT_ERROR |
Certificate error |