mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
More error codes
This commit is contained in:
parent
dd797e336e
commit
ce8a236195
@ -67,7 +67,7 @@ typedef enum {
|
||||
ASSUAN_No_Agent = 205,
|
||||
ASSUAN_Agent_Error = 206,
|
||||
ASSUAN_No_Public_Key = 207,
|
||||
ASSUNA_No_Secret_Key = 208,
|
||||
ASSUAN_No_Secret_Key = 208,
|
||||
|
||||
ASSUAN_Cert_Revoked = 301,
|
||||
ASSUAN_No_CRL_For_Cert = 302,
|
||||
|
@ -49,6 +49,10 @@ enum {
|
||||
GNUPG_Agent_Error = 20,
|
||||
GNUPG_No_Public_Key = 21,
|
||||
GNUPG_No_Secret_Key = 22,
|
||||
GNUPG_File_Open_Error = 23,
|
||||
GNUPG_File_Create_Error = 24,
|
||||
GNUPG_File_Error = 25,
|
||||
GNUPG_Not_Supported = 26,
|
||||
};
|
||||
|
||||
/* Status codes - fixme: should go into another file */
|
||||
|
Loading…
x
Reference in New Issue
Block a user