H5Eclear2
(hid_t estack_id
)
H5Eclear2
clears the error stack specified
by estack_id
, or,
if estack_id
is set to H5E_DEFAULT
,
the error stack for the current thread.
estack_id
is an error stack identifier,
such as that returned by
H5Eget_current_stack
.
The current error stack is also cleared whenever an API function
is called, with certain exceptions
(for instance, H5Eprint1
or H5Eprint2
).
hid_t estack_id |
IN: Error stack identifier. |
H5Eclear
.
Release | C |
1.8.0 | Function introduced in this release. |