SolarCapture C Bindings User Guide  SF-115721-CD
Draft 2A
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
sc_session_error Struct Reference

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
 

Detailed Description

A SolarCapture session error object returned by sc_session_error_get.

Field Documentation

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.


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