H5Eprint2
fn
herr_t H5Eprint2(hid_t err_stack, FILE * stream)Prints the error stack to a file stream.
Parameters
err_stack | Error stack identifier, or H5E_DEFAULT |
stream | File stream to print to (use null for stderr) |
Returns
Non-negative on success, negative on failure.