Last modified: 24 May 2009
Name: H5Eprint1
Signature:
herr_t H5Eprint1(FILE * stream)
Purpose:
Prints the current error stack in a default manner.
Notice:
This function is deprecated in favor of the function H5Eprint2 or the macro H5Eprint.
Description:
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.

Parameters:
Returns:
Returns a non-negative value if successful; otherwise returns a negative value.
Fortran90 Interface: h5eprint_f
See H5Eprint.
History:
Release     C
1.8.0 Function H5Eprint renamed to H5Eprint1 and deprecated in this release.