From 64c36057ebb82486eb94949e82fb4b9f5b6b789a Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 5 Dec 2001 23:45:42 +0000 Subject: New error codes and another mapping fnc. --- common/errors.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common/errors.h') 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 */ -- cgit