diff options
Diffstat (limited to 'src/err-sources.h.in')
-rw-r--r-- | src/err-sources.h.in | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/src/err-sources.h.in b/src/err-sources.h.in new file mode 100644 index 0000000..62d2437 --- /dev/null +++ b/src/err-sources.h.in @@ -0,0 +1,35 @@ +# List of error sources and their description. +# Copyright (C) 2003 g10 Code GmbH +# +# This file is part of libgpg-error. +# +# libgpg-error is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# libgpg-error is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + +# Empty lines are ignored. Other lines must have an error code +# number, followed by exactly one <tab>, followed by the error +# message. Trailing whitespace is removed. The error sources should +# be sorted. The last line should not have a number, but only a +# <tab>, followed by a description for error sources that are not in +# the list. + +0 Unspecified source +1 gcrypt +2 GnuPG +3 GpgSM +4 GPG Agent +5 Pinentry +6 SCD +7 GPGME + Unknown source |