diff options
Diffstat (limited to 'src/H5Epublic.h')
-rw-r--r-- | src/H5Epublic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Epublic.h b/src/H5Epublic.h index 6bb7704..4793994 100644 --- a/src/H5Epublic.h +++ b/src/H5Epublic.h @@ -84,6 +84,7 @@ typedef enum /* Cache related errors */ H5E_CANTFLUSH, /* Can't flush object from cache */ H5E_CANTLOAD, /* Can't load object into cache */ + H5E_PROTECT, /* Protected object error */ /* B-tree related errors */ H5E_NOTFOUND, /* Object not found */ |