|
LMMS
|
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_t * | filename |
| const char * | fmt |
| va_list * | args |
An error description.
An error description.
| va_list* SERD_NONNULL SerdError::args |
Arguments for fmt.
| va_list* SerdError::args |
Arguments for fmt
| unsigned SerdError::col |
Column in file with error.
Column where error was encountered
| const uint8_t* SERD_NULLABLE SerdError::filename |
File with error.
| const char* SERD_NONNULL SerdError::fmt |
Printf-style format string.
| const char* SerdError::fmt |
Message format string (printf style)
| unsigned SerdError::line |
Line in file with error or 0.
Line where error was encountered, or 0
| SerdStatus SerdError::status |
Error code.
Error code