LMMS
Loading...
Searching...
No Matches
SerdError Struct Reference

An error description. More...

#include <serd.h>

Public Attributes

SerdStatus status
 Error code.
const uint8_t *SERD_NULLABLE filename
 File with error.
unsigned line
 Line in file with error or 0.
unsigned col
 Column in file with error.
const char *SERD_NONNULL fmt
 Printf-style format string.
va_list *SERD_NONNULL args
 Arguments for fmt.
const uint8_tfilename
const char * fmt
va_list * args

Detailed Description

An error description.

An error description.

Member Data Documentation

◆ args [1/2]

va_list* SERD_NONNULL SerdError::args

Arguments for fmt.

◆ args [2/2]

va_list* SerdError::args

Arguments for fmt

◆ col

unsigned SerdError::col

Column in file with error.

Column where error was encountered

◆ filename [1/2]

const uint8_t* SERD_NULLABLE SerdError::filename

File with error.

◆ filename [2/2]

const uint8_t* SerdError::filename

File where error was encountered, or NULL

◆ fmt [1/2]

const char* SERD_NONNULL SerdError::fmt

Printf-style format string.

◆ fmt [2/2]

const char* SerdError::fmt

Message format string (printf style)

◆ line

unsigned SerdError::line

Line in file with error or 0.

Line where error was encountered, or 0

◆ status

SerdStatus SerdError::status

Error code.

Error code


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