Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF5  1.15.0
API Reference
 
Loading...
Searching...
No Matches
h5e Module Reference

This module contains Fortran interfaces for H5E functions. More...

Functions/Subroutines

subroutine h5eclear_f (hdferr, estack_id)
 Clears the error stack for the current thread.
 
subroutine h5eprint_f (hdferr, name)
 Prints the error stack in a default manner.
 
subroutine h5eget_major_f (error_no, name, namelen, hdferr)
 Returns a character string describing an error specified by a major error number.
 
subroutine h5eget_minor_f (error_no, name, hdferr)
 Returns a character string describing an error specified by a minor error number.
 
subroutine h5eset_auto_f (printflag, hdferr, estack_id, func, client_data)
 Returns settings for automatic error stack traversal function and its data.
 

Variables

integer, parameter printon = 1
 Turn on automatic printing of errors.
 
integer, parameter printoff = 0
 Turn off automatic printing of errors.
 

Detailed Description

This module contains Fortran interfaces for H5E functions.

Variable Documentation

◆ printoff

integer, parameter printoff = 0

Turn off automatic printing of errors.

◆ printon

integer, parameter printon = 1

Turn on automatic printing of errors.