H5Eappend_stack

fnherr_t H5Eappend_stack(hid_t dst_stack_id, hid_t src_stack_id, hbool_t close_source_stack)

Appends one error stack to another.

Parameters

dst_stack_idDestination error stack identifier
src_stack_idSource error stack identifier
close_source_stackWhether to close the source stack after appending

Returns

Non-negative on success, negative on failure.