H5Eprint1
(FILE * stream
)
H5Eprint2
or the macro
H5Eprint
.
H5Eprint1
prints the error stack for the current thread
on the specified stream, stream
.
Even if the error stack is empty, a one-line message will be printed:
HDF5-DIAG: Error detected in thread 0.
H5Eprint1
is a convenience function for
H5Ewalk1
with a function that prints error messages.
Users are encouraged to write their own more specific error handlers.
FILE * stream |
IN: File pointer, or stderr if NULL. |
H5Eprint
.
Release | C |
1.8.0 |
Function H5Eprint renamed to
H5Eprint1 and deprecated
in this release. |