H5ESget_err_info
fn
herr_t H5ESget_err_info(hid_t es_id, size_t num_err_info,
H5ES_err_info_t * err_info, size_t * num_cleared)Gets error information from failed operations.
Retrieves detailed error information for failed operations in the event set.
Parameters
es_id | Event set identifier |
num_err_info | Maximum number of error info structures to retrieve |
err_info | Array to receive error information structures |
num_cleared | Pointer to receive number of errors actually retrieved |
Returns
Non-negative on success, negative on failure.