summaryrefslogtreecommitdiffstats
path: root/src/H5E.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5E.c')
-rw-r--r--src/H5E.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5E.c b/src/H5E.c
index 96019af..084b143 100644
--- a/src/H5E.c
+++ b/src/H5E.c
@@ -162,6 +162,9 @@ static const H5E_minor_mesg_t H5E_minor_mesg_g[] = {
/* 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"},