📄 pgpclienterrors.h
字号:
/*____________________________________________________________________________
pgpClientErrors.h
Copyright (C) 1997 Network Associates Inc. and affiliated companies.
All rights reserved.
Error codes for all PGP errors can be found in this file.
$Id: pgpClientErrors.h,v 1.8 1999/03/10 02:47:26 heller Exp $
____________________________________________________________________________*/
#ifndef Included_pgpClientErrors_h /* [ */
#define Included_pgpClientErrors_h
#include "pgpErrors.h"
enum PGPClientError_
{
kPGPClientError_FirstError = -12500,
kPGPClientError_Last = -12001,
/* Share errors */
kPGPClientError_NotEnoughSharesInObject = -12500,
kPGPClientError_DifferentSplitKeys = -12499,
kPGPClientError_DifferentSharePool = -12498,
kPGPClientError_IdenticalShares = -12497,
/* SKEP errors */
kPGPClientError_IncorrectSKEPVersion = -12479,
kPGPClientError_RejectedSKEPAuthentication = -12478,
/* Pref errors */
kPGPClientError_AdminPrefsNotFound = -12450,
/* Reconstitution Errors */
kPGPClientError_UnsplitPrivateKeyNotFound = -12425,
kPGPClientError_Dummy
} ;
PGP_BEGIN_C_DECLARATIONS
#if PRAGMA_IMPORT_SUPPORTED
#pragma import on
#endif
PGPError PGPGetClientErrorString( PGPError theError,
PGPSize bufferSize, char * theString );
#if PRAGMA_IMPORT_SUPPORTED
#pragma import reset
#endif
PGP_END_C_DECLARATIONS
#endif /* ] Included_pgpClientErrors_h */
/*__Editor_settings____
Local Variables:
tab-width: 4
End:
vi: ts=4 sw=4
vim: si
_____________________*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -