Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5E_GET_NUM

Retrieves the number of error messages in an error stack

Procedure:

H5E_GET_NUM(estack_id)

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:

Coming Soon!

History:
Release    C
1.8.0Function introduced in this release.

--- Last Modified: April 13, 2018 | 01:47 PM