Last modified: 24 May 2009
Name: H5Eclear1
Signature:
herr_t H5Eclear1(void)
Purpose:
Clears the error stack for the current thread.
Notice:
This function is deprecated in favor of the function H5Eclear2 or the macro H5Eclear.
Description:
H5Eclear1 clears the error stack for the current thread.

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

Parameters:
Returns:
Returns a non-negative value if successful; otherwise returns a negative value.
Fortran90 Interface: h5eclear_f
See H5Eclear.

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