Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5E_CLEAR1

Clears the error stack for the current thread

This function is deprecated in favor of H5E_CLEAR2.

Procedure:

H5E_CLEAR1(void)

Signature:

herr_t H5Eclear1(void)

SUBROUTINE h5eclear_f(hdferr) 
  IMPLICIT NONE 
  INTEGER, INTENT(OUT) :: hdferr  ! Error code 

END SUBROUTINE h5eclear_f

Parameters:

None.

Description:

H5E_CLEAR1 clears the error stack for the current thread.

The stack is also cleared whenever an API function is called, with certain exceptions (for instance, H5E_PRINT1).

Returns:

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

Example:

Include Bitbucket Server for Confluence: File content cannot be shown

Unauthenticated access to this resource is not allowed. Please login to Confluence first.

Fortran example coming soon.

History:
Release    Change
1.8.0Function H5Eclear renamed to H5Eclear1 and deprecated in this release.

--- Last Modified: January 08, 2020 | 02:11 PM