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/H5Edefin.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/H5Edefin.h')
-rw-r--r-- | src/H5Edefin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Edefin.h b/src/H5Edefin.h index 4ec08af..6b2f0bb 100644 --- a/src/H5Edefin.h +++ b/src/H5Edefin.h @@ -151,6 +151,7 @@ hid_t H5E_NOTCACHED_g = FAIL; /* Metadata not currently cached */ /* Group related errors */ hid_t H5E_CANTOPENOBJ_g = FAIL; /* Can't open object */ +hid_t H5E_CANTCLOSEOBJ_g = FAIL; /* Can't close object */ hid_t H5E_COMPLEN_g = FAIL; /* Name component is too long */ hid_t H5E_CWG_g = FAIL; /* Problem with current working group */ hid_t H5E_LINK_g = FAIL; /* Link count failure */ |