#include <lunaservice.h>
Public Attributes | |
int | error_code |
char * | message |
const char * | file |
int | line |
const char * | func |
void * | padding |
unsigned long | magic |
public error code
char* LSError::message |
public error message
const char* LSError::file |
file in which error happened.
int LSError::line |
line on which error happened.
const char* LSError::func |
function on which error happened.
void* LSError::padding |
Reserved for future use
unsigned long LSError::magic |
use as cookie to detect invalid LSErrors