# Copyright by The HDF Group.
# Copyright by the Board of Trustees of the University of Illinois.
# This file is part of HDF5. The full HDF5 copyright notice, including
# terms governing use, modification, and redistribution, is contained in
# the files COPYING and Copyright.html. COPYING can be found at the root
# of the source code distribution tree; Copyright.html can be found at the
# root level of an installed copy of the electronic HDF5 document set and
# is linked from the top-level documents page. It can also be found at
# http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have
# access to either file, you may request a copy from help@hdfgroup.org.
# This file is used to generate the various headers that are needed for the
# error API. The bin/make_err script reads in this file and creates the
# appropriate files in the src/ directory when the generated headers are out
# of date with respect to this file.
# Blank lines and lines beginning with '#' are ignored
# The format of this file is as follows:
# <type>,<major section, if minor type, otherwise omitted>,<name>,<description>
# For example, the following sample input shows two major errors and two minor
# errors in each section:
# MAJOR, H5E_ARGS, Invalid arguments to routine
# MAJOR, H5E_RESOURCE, Resource unavailable
# SECTION, ARGS, Argument errors
# SECTION, RESOURCE, Resource errors
# MINOR, ARGS, H5E_UNINITIALIZED, Information is uinitialized
# MINOR, ARGS, H5E_UNSUPPORTED, Feature is unsupported
# MINOR, RESOURCE, H5E_NOSPACE, No space available for allocation
# MINOR, RESOURCE, H5E_CANTCOPY, unable to copy object
# The section information is just used for grouping the information in the
# files created and can have any value. They generally correspond to the
# major errors, but don't have to. The section definition for each minor error
# must come before any minor error that uses it.
# Programmer: Quincey Koziol
# Creation Date: 2003/08/12
MAJOR, H5E_ARGS, Invalid arguments to routine
MAJOR, H5E_RESOURCE, Resource unavailable
MAJOR, H5E_INTERNAL, Internal error (too specific to document in detail)
MAJOR, H5E_FILE, File accessibilty