H5Ewalk2
fn
herr_t H5Ewalk2(hid_t err_stack, H5E_direction_t direction, H5E_walk2_t func, void * client_data)Walks the error stack, calling a callback for each error.
Parameters
err_stack | Error stack identifier, or H5E_DEFAULT |
direction | Direction to walk (WALK_UPWARD or WALK_DOWNWARD) |
func | Callback function to call for each error |
client_data | User data to pass to the callback |
Returns
Non-negative on success, negative on failure.