aboutsummaryrefslogtreecommitdiffstats
path: root/common/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/errors.h')
-rw-r--r--common/errors.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/errors.h b/common/errors.h
index ba48b4681..b704ff3c7 100644
--- a/common/errors.h
+++ b/common/errors.h
@@ -53,6 +53,9 @@ enum {
GNUPG_File_Create_Error = 24,
GNUPG_File_Error = 25,
GNUPG_Not_Supported = 26,
+ GNUPG_Invalid_Data = 27,
+ GNUPG_Assuan_Server_Fault = 28,
+ GNUPG_Assuan_Error = 29, /* catch all assuan error */
};
/* Status codes - fixme: should go into another file */