diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-18 16:32:03 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-18 16:32:03 (GMT) |
commit | 79a96d6a1e2ec8fad2e98ee7fe03474b7be169b6 (patch) | |
tree | e1e9618308bb15e6bcb7ee0239c379c1516660c9 /src/H5Epubgen.h | |
parent | 4105dfedb98236c9e2029ff14b0694161aabfb05 (diff) | |
download | hdf5-79a96d6a1e2ec8fad2e98ee7fe03474b7be169b6.zip hdf5-79a96d6a1e2ec8fad2e98ee7fe03474b7be169b6.tar.gz hdf5-79a96d6a1e2ec8fad2e98ee7fe03474b7be169b6.tar.bz2 |
[svn-r7380] Purpose:
New error
Description:
Added H5E_CANTCLOSEOBJ error
Platforms tested:
FreeBSD 4.8 (sleipnir)
too minor to need h5committest
Diffstat (limited to 'src/H5Epubgen.h')
-rw-r--r-- | src/H5Epubgen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Epubgen.h b/src/H5Epubgen.h index 7b7ad6b..f01ce3d 100644 --- a/src/H5Epubgen.h +++ b/src/H5Epubgen.h @@ -254,11 +254,13 @@ H5_DLLVAR hid_t H5E_NOTCACHED_g; /* Metadata not currently cached */ /* Group related errors */ #define H5E_CANTOPENOBJ (H5OPEN H5E_CANTOPENOBJ_g) +#define H5E_CANTCLOSEOBJ (H5OPEN H5E_CANTCLOSEOBJ_g) #define H5E_COMPLEN (H5OPEN H5E_COMPLEN_g) #define H5E_CWG (H5OPEN H5E_CWG_g) #define H5E_LINK (H5OPEN H5E_LINK_g) #define H5E_SLINK (H5OPEN H5E_SLINK_g) H5_DLLVAR hid_t H5E_CANTOPENOBJ_g; /* Can't open object */ +H5_DLLVAR hid_t H5E_CANTCLOSEOBJ_g; /* Can't close object */ H5_DLLVAR hid_t H5E_COMPLEN_g; /* Name component is too long */ H5_DLLVAR hid_t H5E_CWG_g; /* Problem with current working group */ H5_DLLVAR hid_t H5E_LINK_g; /* Link count failure */ |