diff options
Diffstat (limited to 'src/H5err.txt')
-rw-r--r-- | src/H5err.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5err.txt b/src/H5err.txt index 7cc1c15..25accb7 100644 --- a/src/H5err.txt +++ b/src/H5err.txt @@ -161,6 +161,8 @@ MINOR, CACHE, H5E_CANTPIN, Unable to pin cache entry MINOR, CACHE, H5E_CANTUNPIN, Unable to un-pin cache entry MINOR, CACHE, H5E_CANTMARKDIRTY, Unable to mark a pinned entry as dirty MINOR, CACHE, H5E_CANTDIRTY, Unable to mark metadata as dirty +MINOR, CACHE, H5E_CANTEXPUNGE, Unable to expunge a metadata cache entry +MINOR, CACHE, H5E_CANTRESIZE, Unable to resize a metadata cache entry # B-tree related errors MINOR, BTREE, H5E_NOTFOUND, Object not found |