diff options
Diffstat (limited to 'src/H5Epublic.h')
-rw-r--r-- | src/H5Epublic.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5Epublic.h b/src/H5Epublic.h index d390f22..d970ab9 100644 --- a/src/H5Epublic.h +++ b/src/H5Epublic.h @@ -193,6 +193,9 @@ typedef enum H5E_minor_t { /* Dataspace errors */ H5E_CANTCLIP, /*Can't clip hyperslab region */ H5E_CANTCOUNT, /*Can't count elements */ + H5E_CANTSELECT, /*Can't select hyperslab */ + H5E_CANTNEXT, /*Can't move to next iterator location */ + H5E_BADSELECT, /*Invalid selection */ /* Property list errors */ H5E_CANTGET, /*Can't get value */ |