H5Eappend_stack
fn
herr_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_id | Destination error stack identifier |
src_stack_id | Source error stack identifier |
close_source_stack | Whether to close the source stack after appending |
Returns
Non-negative on success, negative on failure.