summaryrefslogtreecommitdiffstats
path: root/src/H5Epublic.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-04-09 01:53:31 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-04-09 01:53:31 (GMT)
commitcbb1e0c9525a6f2542362c792bf9802e2e3a2048 (patch)
tree69d8472f1706aa2a4ee9b7151c6ad9b71233e0c7 /src/H5Epublic.h
parent831841b58f634e7902ba67b8fa2ba37a090cf881 (diff)
downloadhdf5-cbb1e0c9525a6f2542362c792bf9802e2e3a2048.zip
hdf5-cbb1e0c9525a6f2542362c792bf9802e2e3a2048.tar.gz
hdf5-cbb1e0c9525a6f2542362c792bf9802e2e3a2048.tar.bz2
[svn-r6606] Purpose:
New feature Description: Added new error descriptions. Solution: Platforms tested: FreeBSD 4.8 (sleipnir) w/szip Linux 2.4 (sleipnir) w/szip Solaris 2.7 (arabica) w/FORTRAN IRIX64 6.5 (modi4) w/szip, FORTRAN & parallel Misc. update:
Diffstat (limited to 'src/H5Epublic.h')
-rw-r--r--src/H5Epublic.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/H5Epublic.h b/src/H5Epublic.h
index b520745..d390f22 100644
--- a/src/H5Epublic.h
+++ b/src/H5Epublic.h
@@ -208,7 +208,14 @@ typedef enum H5E_minor_t {
H5E_CANTRECV, /*can't receive messages from processes */
H5E_CANTSENDMDATA, /*can't send metadata message */
H5E_CANTCHANGE, /*can't register change on server */
- H5E_CANTALLOC /*can't allocate from file */
+ H5E_CANTALLOC, /*can't allocate from file */
+
+ /* I/O pipeline errors */
+ H5E_NOFILTER, /*requested filter is not available */
+ H5E_CALLBACK, /*callback failed */
+ H5E_CANAPPLY, /*error from filter "can apply" callback */
+ H5E_SETLOCAL /*error from filter "set local" callback */
+
} H5E_minor_t;
/* Information about an error */