Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5ES_GET_ERR_STATUS

Checks for failed operations

Procedure:

H5ES_GET_ERR_STATUS (es_id, err_status)

Signature:

herr_t H5ESget_err_status( hid_t es_id, hbool_t *err_status )

 

Parameters:
hid_t es_id    IN: Identifier of an event set
hbool_t *err_status
OUT: Status indicating if error is present in the event set

Description:

H5ES_GET_ERR_STATUS checks if event set specified by es_id has failed operations.

Returns:

Returns a non-negative value if successful; otherwise returns a negative value.

Example:
See Also:
 

History:
Release    Change
1.13.0C function introduced in this release.

--- Last Modified: December 20, 2020 | 11:31 PM