H5Epush1
fn
herr_t H5Epush1(const char * file, const char * func, uint line,
hid_t maj, hid_t min, const char * str)Pushes a new error onto the default error stack (version 1, deprecated).
Parameters
file | File name where error occurred |
func | Function name where error occurred |
line | Line number where error occurred |
maj | Major error number |
min | Minor error number |
str | Error message string |
Returns
Non-negative on success, negative on failure.