Clears the error stack for the current thread
Procedure:
Signature:
SUBROUTINE h5eclear_f(hdferr)
IMPLICIT NONE
INTEGER, INTENT(OUT) :: hdferr ! Error code
END SUBROUTINE h5eclear_f
Parameters:
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: An error occured
Connection to Bitbucket Server could not be established. Verify that you have properly configured the Bitbucket Server application link for your Confluence space and that your Bitbucket Server instance is up and running. Error details: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Fortran example coming soon.
History:
Release | Change |
---|
1.8.0 | Function H5Eclear renamed to H5Eclear1 and deprecated in this release. |
--- Last Modified: January 08, 2020 | 02:11 PM