Blame src/err-sources.h.in

Packit fc043f
# err-sources.h.in - List of error sources and their description input file.
Packit fc043f
/* err-sources.h - List of error sources and their description.
Packit fc043f
   Copyright (C) 2003, 2004 g10 Code GmbH
Packit fc043f
Packit fc043f
   This file is part of libgpg-error.
Packit fc043f
Packit fc043f
   libgpg-error is free software; you can redistribute it and/or
Packit fc043f
   modify it under the terms of the GNU Lesser General Public License
Packit fc043f
   as published by the Free Software Foundation; either version 2.1 of
Packit fc043f
   the License, or (at your option) any later version.
Packit fc043f
Packit fc043f
   libgpg-error is distributed in the hope that it will be useful, but
Packit fc043f
   WITHOUT ANY WARRANTY; without even the implied warranty of
Packit fc043f
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit fc043f
   Lesser General Public License for more details.
Packit fc043f
Packit fc043f
   You should have received a copy of the GNU Lesser General Public
Packit fc043f
   License along with libgpg-error; if not, write to the Free
Packit fc043f
   Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
Packit fc043f
   02111-1307, USA.  */
Packit fc043f
Packit fc043f
# Everything up to the first line that starts with a number in the
Packit fc043f
# first column is copied into the output verbatim.  Then, empty lines
Packit fc043f
# are ignored.  Other lines must have an error source number, followed
Packit fc043f
# by one or more <tab> characters, followed by the error source
Packit fc043f
# symbol, followed by one or more <tab> characters, followed by the
Packit fc043f
# error source name.  Trailing whitespace is removed.  The error
Packit fc043f
# sources should be sorted.  The last line should not have a number,
Packit fc043f
# but only a <tab>, followed by a description for error sources that
Packit fc043f
# are not in the list.
Packit fc043f
Packit fc043f
0	GPG_ERR_SOURCE_UNKNOWN		Unspecified source
Packit fc043f
1	GPG_ERR_SOURCE_GCRYPT		gcrypt
Packit fc043f
2	GPG_ERR_SOURCE_GPG		GnuPG
Packit fc043f
3	GPG_ERR_SOURCE_GPGSM		GpgSM
Packit fc043f
4	GPG_ERR_SOURCE_GPGAGENT		GPG Agent
Packit fc043f
5	GPG_ERR_SOURCE_PINENTRY		Pinentry
Packit fc043f
6	GPG_ERR_SOURCE_SCD		SCD
Packit fc043f
7	GPG_ERR_SOURCE_GPGME		GPGME
Packit fc043f
8	GPG_ERR_SOURCE_KEYBOX		Keybox
Packit fc043f
9	GPG_ERR_SOURCE_KSBA		KSBA
Packit fc043f
10	GPG_ERR_SOURCE_DIRMNGR		Dirmngr
Packit fc043f
11	GPG_ERR_SOURCE_GSTI		GSTI
Packit fc043f
12	GPG_ERR_SOURCE_GPA		GPA
Packit fc043f
13	GPG_ERR_SOURCE_KLEO		Kleopatra
Packit fc043f
14	GPG_ERR_SOURCE_G13		G13
Packit fc043f
15	GPG_ERR_SOURCE_ASSUAN		Assuan
Packit fc043f
Packit fc043f
17	GPG_ERR_SOURCE_TLS		TLS
Packit fc043f
Packit fc043f
# 15 to 30 are free to be used.
Packit fc043f
Packit fc043f
31	GPG_ERR_SOURCE_ANY		Any source
Packit fc043f
32	GPG_ERR_SOURCE_USER_1		User defined source 1
Packit fc043f
33	GPG_ERR_SOURCE_USER_2		User defined source 2
Packit fc043f
34	GPG_ERR_SOURCE_USER_3		User defined source 3
Packit fc043f
35	GPG_ERR_SOURCE_USER_4		User defined source 4
Packit fc043f
Packit fc043f
# 36 to 255 are free to be used.
Packit fc043f
Packit fc043f
	GPG_ERR_SOURCE_DIM		Unknown source