Retrieves the number of error messages in an error stack
Procedure:
Signature:
ssize_t H5Eget_num(hid_t estack_id)
Parameters:
hid_t estack_id | IN: Error stack identifier |
Description:
H5E_GET_NUM retrieves the number of error records in the error stack specified by estack_id
(including major, minor messages and description).
Returns:
Returns a non-negative value on success; otherwise returns a negative value.
Example:
History:
Release | C |
1.8.0 | Function introduced in this release. |
--- Last Modified: April 13, 2018 | 01:47 PM