Struct sdsError_t

ClassList > sdsError_t

Public Attributes

Type Name
const char * file
Pointer to the file name in which the error occurred.
uint32_t line
Line number at which the error occurred.
uint8_t occurred
Flag indicating that an error has occurred.
int32_t status
The error status code (see Function Return Codes ).

Public Attributes Documentation

variable file

Pointer to the file name in which the error occurred.

const char* sdsError_t::file;

variable line

Line number at which the error occurred.

uint32_t sdsError_t::line;

variable occurred

Flag indicating that an error has occurred.

uint8_t sdsError_t::occurred;

variable status

The error status code (see Function Return Codes ).

int32_t sdsError_t::status;


The documentation for this class was generated from the following file sds/include/sds.h