summaryrefslogtreecommitdiffstats
path: root/src/H5E.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-08-08 15:34:48 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-08-08 15:34:48 (GMT)
commita130b7453d409206a468e72d36082b26ae46186e (patch)
treeca6011f360d236c7e4a397f4fb3aa28ce5b90db2 /src/H5E.c
parentf31e8921632030104d8ff88234bba5e20b782976 (diff)
downloadhdf5-a130b7453d409206a468e72d36082b26ae46186e.zip
hdf5-a130b7453d409206a468e72d36082b26ae46186e.tar.gz
hdf5-a130b7453d409206a468e72d36082b26ae46186e.tar.bz2
[svn-r11209] Purpose:
New feature Description: Merge changes from development branch to report system errors better. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
Diffstat (limited to 'src/H5E.c')
-rw-r--r--src/H5E.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/H5E.c b/src/H5E.c
index d4e9c74..36f09a1 100644
--- a/src/H5E.c
+++ b/src/H5E.c
@@ -200,8 +200,10 @@ static const H5E_minor_mesg_t H5E_minor_mesg_g[] = {
{H5E_CALLBACK, "Callback failed"},
{H5E_CANAPPLY, "Error from filter \"can apply\" callback"},
{H5E_SETLOCAL, "Error from filter \"set local\" callback"},
- {H5E_NOENCODER, "Filter present, but encoder not enabled"}
+ {H5E_NOENCODER, "Filter present, but encoder not enabled"},
+ /* I/O pipeline errors */
+ {H5E_SYSERRSTR, "System error message"}
};
/* Interface initialization? */