summaryrefslogtreecommitdiffstats
path: root/src/H5Epublic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Epublic.h')
-rw-r--r--src/H5Epublic.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5Epublic.h b/src/H5Epublic.h
index 1118302..e364b7e 100644
--- a/src/H5Epublic.h
+++ b/src/H5Epublic.h
@@ -177,6 +177,10 @@ typedef enum H5E_minor_t {
/* Datatype conversion errors */
H5E_CANTCONVERT, /*Can't convert datatypes */
+ /* Dataspace errors */
+ H5E_CANTCLIP, /*Can't clip hyperslab region */
+ H5E_CANTCOUNT, /*Can't count elements */
+
/* Property list errors */
H5E_CANTGET, /*Can't get value */
H5E_CANTSET, /*Can't set value */