H5Ewalk2

fnherr_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_stackError stack identifier, or H5E_DEFAULT
directionDirection to walk (WALK_UPWARD or WALK_DOWNWARD)
funcCallback function to call for each error
client_dataUser data to pass to the callback

Returns

Non-negative on success, negative on failure.