diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-08-17 15:54:05 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-08-17 15:54:05 (GMT) |
commit | 0de233508859e5d2c029a4079c2e7569078412c2 (patch) | |
tree | addab9efcba71f2f46a0a50d672abae623f86239 /src/H5err.txt | |
parent | 34f456170dedc1c1785270cac3faed9b6ef5c22c (diff) | |
download | hdf5-0de233508859e5d2c029a4079c2e7569078412c2.zip hdf5-0de233508859e5d2c029a4079c2e7569078412c2.tar.gz hdf5-0de233508859e5d2c029a4079c2e7569078412c2.tar.bz2 |
[svn-r12591] Description:
Add an error code for a I/O filter pipeline operation failing
Tested on:
FreeBSD/32 4.11 (sleipnir)
Linux/64 2.4 (mir)
Solaris/64 2.9 (shanti)
Diffstat (limited to 'src/H5err.txt')
-rw-r--r-- | src/H5err.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5err.txt b/src/H5err.txt index 5c7ec04..a30717c 100644 --- a/src/H5err.txt +++ b/src/H5err.txt @@ -242,6 +242,7 @@ MINOR, PIPELINE, H5E_CALLBACK, Callback failed MINOR, PIPELINE, H5E_CANAPPLY, Error from filter 'can apply' callback MINOR, PIPELINE, H5E_SETLOCAL, Error from filter 'set local' callback MINOR, PIPELINE, H5E_NOENCODER, Filter present but encoding disabled +MINOR, PIPELINE, H5E_CANTFILTER, Filter operation failed # System level errors MINOR, SYSTEM, H5E_SYSERRSTR, System error message |