PKIFCacheErrors.h
Go to the documentation of this file.00001
00009 #ifndef __PKIFCACHEERRORS_H__
00010 #define __PKIFCACHEERRORS_H__
00011
00012 #if _MSC_VER > 1000
00013 #pragma once
00014 #endif // _MSC_VER > 1000
00015
00016 #include "components.h"
00017 #include "PKIFCommonErrors.h"
00019 #define CACHE_TRUST_STORE_OPEN_FAILED TOOLKIT_SR_ERROR_BASE + 1
00020
00022 #define CACHE_LDAP_CONNECT_AND_BIND_FAILED TOOLKIT_SR_ERROR_BASE + 2
00023
00026 #define CACHE_LDAP_ERROR TOOLKIT_SR_ERROR_BASE + 3
00027
00029 #define CACHE_PARSE_ERROR TOOLKIT_SR_ERROR_BASE + 4
00030
00032 #define CACHE_CERT_STORE_OPEN_FAILED TOOLKIT_SR_ERROR_BASE + 5
00033
00035 #define CACHE_UPDATE_FAILED TOOLKIT_SR_ERROR_BASE + 6
00036
00038 #define CACHE_ENTRY_BAD TOOLKIT_SR_ERROR_BASE + 7
00039
00040 #endif
00041