aboutsummaryrefslogtreecommitdiffstats
path: root/common/errors.h
diff options
context:
space:
mode:
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 */