PKIFMessageErrors.h
Go to the documentation of this file.00001
00009 #ifndef __PKIFMESSAGEERRORS_H__
00010 #define __PKIFMESSAGEERRORS_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 MSG_DECODE_FAILED TOOLKIT_MESSAGE_ERROR_BASE + 1
00020
00022 #define MSG_INCOMPLETE TOOLKIT_MESSAGE_ERROR_BASE + 2
00023
00025 #define MSG_ENCODE_FAILED TOOLKIT_MESSAGE_ERROR_BASE + 3
00026
00028 #define MSG_SYMKEY_DECRYPT_FAILED TOOLKIT_MESSAGE_ERROR_BASE + 4
00029
00032 #define MSG_MISSING_PARAMS TOOLKIT_MESSAGE_ERROR_BASE + 5
00033
00035 #define MSG_INVALID_INDEX TOOLKIT_MESSAGE_ERROR_BASE + 6
00036
00039 #define MSG_INVALID_CREDENTIAL TOOLKIT_MESSAGE_ERROR_BASE + 7
00040
00043 #define MSG_INVALID_RECIP TOOLKIT_MESSAGE_ERROR_BASE + 8
00044
00046 #define MSG_SIGNATURE_GENERATION_ERROR TOOLKIT_MESSAGE_ERROR_BASE + 9
00047
00049 #define MSG_INVALID_STATE TOOLKIT_MESSAGE_ERROR_BASE + 10
00050
00052 #define MSG_NO_CERTIFICATE TOOLKIT_MESSAGE_ERROR_BASE + 11
00053
00054 #endif
00055