|
Reduct
v1.0.4-3-gdaf0d70
A functional and immutable language.
|
Error structure. More...
#include <error.h>
Data Fields | |
| const char * | input |
| The input buffer. | |
| reduct_size_t | inputLength |
| The total length of the input buffer. | |
| const char * | path |
| THe path to the file that caused the error. | |
| reduct_size_t | regionLength |
| The length of the region that caused the error. | |
| reduct_size_t | index |
| The index of the region in the input buffer that caused the error. | |
| reduct_jmp_buf_t | jmp |
| reduct_error_type_t | type |
| The type of the error. | |
| char | message [REDUCT_ERROR_MAX_LEN] |
| reduct_size_t reduct_error_t::inputLength |
| const char* reduct_error_t::path |
| reduct_size_t reduct_error_t::regionLength |
| reduct_size_t reduct_error_t::index |
| reduct_jmp_buf_t reduct_error_t::jmp |
| reduct_error_type_t reduct_error_t::type |
| char reduct_error_t::message[REDUCT_ERROR_MAX_LEN] |