aboutsummaryrefslogtreecommitdiffstats
path: root/common/errors.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2001-11-26 13:08:00 +0000
committerWerner Koch <[email protected]>2001-11-26 13:08:00 +0000
commitce8a236195b65ba764684b77bdfad4d105bbf669 (patch)
treeb73953021bcd169273d33281bd50a16673ae9338 /common/errors.h
parent* assuan.h: Added more status codes. (diff)
downloadgnupg-ce8a236195b65ba764684b77bdfad4d105bbf669.tar.gz
gnupg-ce8a236195b65ba764684b77bdfad4d105bbf669.zip
More error codes
Diffstat (limited to 'common/errors.h')
-rw-r--r--common/errors.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/errors.h b/common/errors.h
index d2539e943..ba48b4681 100644
--- a/common/errors.h
+++ b/common/errors.h
@@ -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 */