Module: Miscellaneous
Definition in file PKIFCacheErrors.h.
#include "components.h"
#include "PKIFCommonErrors.h"
Go to the source code of this file.
Defines | |
#define | CACHE_TRUST_STORE_OPEN_FAILED TOOLKIT_SR_ERROR_BASE + 1 |
A trust store could not be opened. | |
#define | CACHE_LDAP_CONNECT_AND_BIND_FAILED TOOLKIT_SR_ERROR_BASE + 2 |
A LDAP operation failed due either to connection failure or bind failure. | |
#define | CACHE_LDAP_ERROR TOOLKIT_SR_ERROR_BASE + 3 |
#define | CACHE_PARSE_ERROR TOOLKIT_SR_ERROR_BASE + 4 |
An object retrieved from a repository, e.g. local CAPI store or LDAP directory, could not be parsed. | |
#define | CACHE_CERT_STORE_OPEN_FAILED TOOLKIT_SR_ERROR_BASE + 5 |
A repository could not be opened. | |
#define | CACHE_UPDATE_FAILED TOOLKIT_SR_ERROR_BASE + 6 |
A cache update operation failed. | |
#define | CACHE_ENTRY_BAD TOOLKIT_SR_ERROR_BASE + 7 |
Unable to process a cache entry. |
#define CACHE_CERT_STORE_OPEN_FAILED TOOLKIT_SR_ERROR_BASE + 5 |
A repository could not be opened.
Definition at line 32 of file PKIFCacheErrors.h.
Referenced by GetErrorCodeString(), CPKIFCAPIUserRepository2::Initialize(), CPKIFCAPITrustStore2::Initialize(), CPKIFCAPITrustRootCRLRepository2::Initialize(), CPKIFCAPICRLUpdate2::Initialize(), and CPKIFCAPICertUpdate2::Initialize().
#define CACHE_ENTRY_BAD TOOLKIT_SR_ERROR_BASE + 7 |
Unable to process a cache entry.
Definition at line 38 of file PKIFCacheErrors.h.
Referenced by CPKIFNSSTrustStore::GetTrustRoots().
#define CACHE_LDAP_CONNECT_AND_BIND_FAILED TOOLKIT_SR_ERROR_BASE + 2 |
A LDAP operation failed due either to connection failure or bind failure.
Definition at line 22 of file PKIFCacheErrors.h.
Referenced by CPKIFLDAPRepository::GetCertificates(), CPKIFLDAPRepository::GetCRLs(), and GetErrorCodeString().
#define CACHE_LDAP_ERROR TOOLKIT_SR_ERROR_BASE + 3 |
An LDAP API call failed. Further details are available in the error description of the exception associated with this error code.
Definition at line 26 of file PKIFCacheErrors.h.
Referenced by GetErrorCodeString().
#define CACHE_PARSE_ERROR TOOLKIT_SR_ERROR_BASE + 4 |
An object retrieved from a repository, e.g. local CAPI store or LDAP directory, could not be parsed.
Definition at line 29 of file PKIFCacheErrors.h.
Referenced by CPKIFNSSRepository::FindCertificates(), CPKIFCAPIUserRepository2::FindCertificates(), CPKIFCAPITrustStore2::FindCertificates(), CPKIFNSSRepository::GetCertificates(), CPKIFCAPIRepository2::GetCertificates(), CPKIFLDAPRepository::GetCertificates(), CPKIFNSSRepository::GetCRLs(), CPKIFCAPIRepository2::GetCRLs(), CPKIFCAPITrustRootCRLRepository2::GetCRLs(), CPKIFLDAPRepository::GetCRLs(), CPKIFCAPIRepository2::GetCRLSources(), GetErrorCodeString(), CPKIFNSSTrustStore::GetTrustRoots(), and CPKIFCAPITrustStore2::GetTrustRoots().
#define CACHE_TRUST_STORE_OPEN_FAILED TOOLKIT_SR_ERROR_BASE + 1 |
A trust store could not be opened.
Definition at line 19 of file PKIFCacheErrors.h.
Referenced by GetErrorCodeString().
#define CACHE_UPDATE_FAILED TOOLKIT_SR_ERROR_BASE + 6 |
A cache update operation failed.
Definition at line 35 of file PKIFCacheErrors.h.
Referenced by CPKIFNSSCertUpdate::AddCertificate(), CPKIFCAPICertUpdate2::AddCertificate(), CPKIFNSSCRLUpdate::AddCRL(), and GetErrorCodeString().