Retrieves the number of failed operations
Procedure:
H5ES_GET_ERR_COUNT (es_id, num_errs)
Signature:
herr_t H5ESget_err_count( hid_t es_id, size_t *num_errs )
Parameters:
hid_t es_id | IN: Identifier of an event set |
size_t *num_errs
| OUT: Number of errors |
Description:
H5ES_GET_ERR_COUNT retrieves the number of failed operations in an event set specified by es_id
.
The function does not wait for active operations to complete, so count may not include all failures.
Returns:
Returns a non-negative value if successful; otherwise returns a negative value.
Example:
See Also:
History:
Release | Change |
---|
1.13.0 | C function introduced in this release. |
--- Last Modified: December 20, 2020 | 11:29 PM