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 4096179..d155e9a 100644 --- a/src/H5Epublic.h +++ b/src/H5Epublic.h @@ -89,6 +89,7 @@ typedef enum H5E_minor_t { /* Resource errors */ H5E_NOSPACE, /*no space available for allocation */ + H5E_CANTCOPY, /*unable to copy object */ /* File accessability errors */ H5E_FILEEXISTS, /*file already exists */ |