Name: H5Eget_current_stack
Signature:
hid_t H5Eget_current_stack(void)
Purpose:
Returns copy of current error stack.
Description:
H5Eget_current_stack copies the current error stack and returns an error stack identifier for the new copy.
Parameters:
Returns:
Returns an error stack identifier on success; otherwise returns a negative value.
Fortran90 Interface:
None.
History:
Release     C
1.8.0 Function introduced in this release.