#include <errorstack.h>
Public Member Functions | |
| std::string | shortDesc () const |
| std::string | longDesc () const |
Public Attributes | |
| unsigned | n |
| Index number within this stack trace (starting at 0) | |
| hid_t | cls_id |
| Identifier for the module generating this error. | |
| hid_t | maj_num |
| Major error number. | |
| hid_t | min_num |
| Minor error number. | |
| unsigned | line |
| Source line number. | |
| std::string | func_name |
| Source function name. | |
| std::string | file_name |
| Source file name. | |
| std::string | desc |
| Error description. | |
| std::string | cls |
| Module in which error occurred ("HDF5" for all errors generated by HDF5) | |
| std::string | maj |
| Description of major error number. | |
| std::string | min |
| Description of minor error number. | |
All information about a single stack-trace line for HDF5 error handling routines.
| std::string dal::HDF5StackLine::longDesc | ( | ) | const |
Returns an extensive description of this stack line, useful for debugging errors.
| std::string dal::HDF5StackLine::shortDesc | ( | ) | const |
Returns a short description of this stack line, useful for reporting errors.
1.7.6.1