|
libpulsar
A modular compiler for the pulsar programming language
|
Represents an error or source-referencing display message. More...
#include <error.h>
Data Fields | |
| enum ps_error_scope | scope |
| short | code |
| const char * | file_source |
| struct ps_loc | loc |
| usize | length |
| const char * | message |
| const char * | explain |
| const char * | fix |
| const char * | theme |
| enum ps_error_scope ps_error::scope |