Please, help us to better know about our user community by answering the following short survey: https://www.hdfgroup.org/
HDF5  1.12.1
H5E_error2_t Struct Reference

#include <H5Epublic.h>

Detailed Description

Information about an error; element of error stack

Data Fields

hid_t cls_id
 
hid_t maj_num
 
hid_t min_num
 
unsigned line
 
const char * func_name
 
const char * file_name
 
const char * desc
 

Field Documentation

◆ cls_id

hid_t cls_id

Class ID

◆ desc

const char* desc

Optional supplied description

◆ file_name

const char* file_name

File in which error occurred

◆ func_name

const char* func_name

Function in which error occurred

◆ line

unsigned line

Line in file where error occurs

◆ maj_num

hid_t maj_num

Major error ID

◆ min_num

hid_t min_num

Minor error number


The documentation for this struct was generated from the following file: