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_error1_t Struct Reference

#include <H5Epublic.h>

Detailed Description

Information about an error element of error stack.

Data Fields

H5E_major_t maj_num
 
H5E_minor_t min_num
 
const char * func_name
 
const char * file_name
 
unsigned line
 
const char * desc
 

Field Documentation

◆ 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

H5E_major_t maj_num

major error number

◆ min_num

H5E_minor_t min_num

minor error number


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