diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2013-03-15 21:25:30 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2013-03-15 21:25:30 (GMT) |
commit | f6f202dc71e0837c2bb721cb8fc8c6dd6ddded3a (patch) | |
tree | 612841344942f5f35baef5964c9405be6b7e94aa /src/H5err.txt | |
parent | 7f44286aa57f7b67c47608022c1a48dfd71c98ad (diff) | |
download | hdf5-f6f202dc71e0837c2bb721cb8fc8c6dd6ddded3a.zip hdf5-f6f202dc71e0837c2bb721cb8fc8c6dd6ddded3a.tar.gz hdf5-f6f202dc71e0837c2bb721cb8fc8c6dd6ddded3a.tar.bz2 |
[svn-r23359] I added some macros and refactoring the code to prepare for Windows support.
Tested on koala.
Diffstat (limited to 'src/H5err.txt')
-rw-r--r-- | src/H5err.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5err.txt b/src/H5err.txt index 282afd8..5a38cdf 100644 --- a/src/H5err.txt +++ b/src/H5err.txt @@ -260,5 +260,8 @@ MINOR, PIPELINE, H5E_CANTFILTER, Filter operation failed # System level errors MINOR, SYSTEM, H5E_SYSERRSTR, System error message +# Plugin errors +MINOR, PLUGIN, H5E_OPENERROR, Can't open directory or file + # No error, for backward compatibility */ MINOR, NONE, H5E_NONE_MINOR, No error |