# 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, 2004 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 source number, followed # by one or more characters, followed by the error source # symbol, followed by one or more characters, followed by the # error source name. 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 PRELUDE_ERROR_SOURCE_UNKNOWN Unspecified source 1 PRELUDE_ERROR_SOURCE_IO prelude-io 2 PRELUDE_ERROR_SOURCE_MESSAGE prelude-message 3 PRELUDE_ERROR_SOURCE_FAILOVER prelude-failover 4 PRELUDE_ERROR_SOURCE_CLIENT prelude-client 5 PRELUDE_ERROR_SOURCE_CLIENT_PROFILE prelude-client-profile 6 PRELUDE_ERROR_SOURCE_EXTRACT prelude-extract 7 PRELUDE_ERROR_SOURCE_CONNECTION prelude-connection 8 PRELUDE_ERROR_SOURCE_CONNECTION_POOL prelude-connection-pool 9 PRELUDE_ERROR_SOURCE_CONFIG_ENGINE config-file 10 PRELUDE_ERROR_SOURCE_STRING prelude-string 11 PRELUDE_ERROR_SOURCE_IDMEF_TREE_WRAP idmef-tree-wrap 12 PRELUDE_ERROR_SOURCE_IDMEF_PATH idmef-path 13 PRELUDE_ERROR_SOURCE_IDMEF_TYPE idmef-type 14 PRELUDE_ERROR_SOURCE_IDMEF_MESSAGE_READ idmef-message-read 15 PRELUDE_ERROR_SOURCE_IDMEF_CRITERIA idmef-criteria 16 PRELUDE_ERROR_SOURCE_IDMEF_VALUE_TYPE idmef-value-type 255 PRELUDE_ERROR_SOURCE_PRELUDEDB libpreludedb # 15 to 254 are free to be used. PRELUDE_ERROR_SOURCE_DIM Unknown source