H5Epush2
fn
herr_t H5Epush2(hid_t err_stack, const char * file, const char * func, uint line,
hid_t cls_id, hid_t maj_id, hid_t min_id, const char * msg, ...)Pushes a new error onto an error stack.
Parameters
err_stack | Error stack identifier, or H5E_DEFAULT |
file | File name where error occurred |
func | Function name where error occurred |
line | Line number where error occurred |
cls_id | Error class identifier |
maj_id | Major error identifier |
min_id | Minor error identifier |
msg | Error message (printf-style format string) |
Returns
Non-negative on success, negative on failure.