Struct that represents a error inside a Mya module.
More...
#include <module.h>
|
unsigned int | line |
| The module's line where the error is.
|
|
unsigned int | column |
| The line's column where the error starts.
|
|
unsigned int | length |
| The length of the part where has an error in the line.
|
|
dstring_t | message |
| The error message to print.
|
|
Struct that represents a error inside a Mya module.
Definition at line 21 of file module.h.
◆ column
unsigned int module_error::column |
The line's column where the error starts.
Definition at line 24 of file module.h.
◆ length
unsigned int module_error::length |
The length of the part where has an error in the line.
It's starts on column
and ends on column + length
.
Definition at line 25 of file module.h.
◆ line
unsigned int module_error::line |
The module's line where the error is.
Definition at line 23 of file module.h.
◆ message
The error message to print.
Definition at line 27 of file module.h.
The documentation for this struct was generated from the following file: