|
reconciliation_lib 0.1
Library for data reconciliation algorithms
|
Exception type thrown by GSL when gsl_enable_exceptions() is active.
More...
#include <gsl_wrapper.h>
Public Attributes | |
| const char * | reason |
| Human-readable error description. | |
| const char * | file |
| Source file where the error occurred. | |
| int | line |
| Line number where the error occurred. | |
| int | gsl_errno |
GSL error code (see gsl_errno.h) | |
Exception type thrown by GSL when gsl_enable_exceptions() is active.
| int dvrlib::gsl_exception::gsl_errno |
GSL error code (see gsl_errno.h)
| int dvrlib::gsl_exception::line |
Line number where the error occurred.