![]() |
SolarCapture C Bindings User Guide
SF-115721-CD
Issue 1
|
A SolarCapture session error object returned by sc_session_error_get. More...
#include <session.h>
Data Fields | |
char * | err_msg |
char * | err_func |
char * | err_file |
int | err_line |
int | err_errno |
A SolarCapture session error object returned by sc_session_error_get.
int err_errno |
The errno for the error.
char* err_file |
The source file the error occurred in.
char* err_func |
The function the error occurred in.
int err_line |
The line number the error was issued from.
char* err_msg |
The error message.