Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF5  1.15.0
API Reference
 
Loading...
Searching...
No Matches
HDF5 Library Errors and Exceptions

The class HDF5LibraryException returns errors raised by the HDF5 library.

Each major error code from the HDF5 Library is represented by a sub-class of this class, and by default the 'detailedMessage' is set according to the minor error code from the HDF5 Library.

For major and minor error codes,

See also
Error Handling (H5E) in the HDF5 library.