aboutsummaryrefslogtreecommitdiffstats
path: root/common/errors.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2001-12-05 23:45:42 +0000
committerWerner Koch <[email protected]>2001-12-05 23:45:42 +0000
commit64c36057ebb82486eb94949e82fb4b9f5b6b789a (patch)
tree99dab0d09c819efd48328222f547773ed8251d8f /common/errors.h
parentassuan-connect.c (assuan_pipe_connect): Add more error reporting. (diff)
downloadgnupg-64c36057ebb82486eb94949e82fb4b9f5b6b789a.tar.gz
gnupg-64c36057ebb82486eb94949e82fb4b9f5b6b789a.zip
New error codes and another mapping fnc.
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 */