# err-sources.h.in - List of error sources and their description input file. /* err-sources.h - 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 Lesser General Public License as published by the Free Software Foundation; either version 2.1 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 Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with libgpg-error; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ # Everything up to the first line that starts with a number in the # first column is copied into the output verbatim. Then, empty lines # are ignored. Other lines must have an error code number, followed # by exactly one , 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 , 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 8 Keybox 32 User defined source 1 33 User defined source 2 34 User defined source 3 35 User defined source 4 Unknown source