reconciliation_lib 0.1
Library for data reconciliation algorithms
Loading...
Searching...
No Matches
dvrlib::gsl_exception Struct Reference

Exception type thrown by GSL when gsl_enable_exceptions() is active. More...

#include <gsl_wrapper.h>

Public Attributes

const charreason
 Human-readable error description.
 
const charfile
 Source file where the error occurred.
 
int line
 Line number where the error occurred.
 
int gsl_errno
 GSL error code (see gsl_errno.h)
 

Detailed Description

Exception type thrown by GSL when gsl_enable_exceptions() is active.

Member Data Documentation

◆ file

const char* dvrlib::gsl_exception::file

Source file where the error occurred.

◆ gsl_errno

int dvrlib::gsl_exception::gsl_errno

GSL error code (see gsl_errno.h)

◆ line

int dvrlib::gsl_exception::line

Line number where the error occurred.

◆ reason

const char* dvrlib::gsl_exception::reason

Human-readable error description.


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