Luma 0.1.0
A low-level compiled alternative to C, C++, and more!
Loading...
Searching...
No Matches
Public Attributes | List of all members
ErrorInformation Struct Reference

Stores detailed information about an error. More...

#include <error.h>

Public Attributes

const char * error_type
 
const char * file_path
 
const char * message
 
int line
 
int col
 
const char * line_text
 
int token_length
 
const char * label
 
const char * note
 
const char * help
 

Detailed Description

Stores detailed information about an error.

Fields:

Member Data Documentation

◆ col

int ErrorInformation::col

◆ error_type

const char* ErrorInformation::error_type

◆ file_path

const char* ErrorInformation::file_path

◆ help

const char* ErrorInformation::help

◆ label

const char* ErrorInformation::label

◆ line

int ErrorInformation::line

◆ line_text

const char* ErrorInformation::line_text

◆ message

const char* ErrorInformation::message

◆ note

const char* ErrorInformation::note

◆ token_length

int ErrorInformation::token_length

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