![]() |
Spicy
|
#include <node.h>
Public Member Functions | |
| bool | operator< (const Error &other) const |
Public Attributes | |
| std::string | message |
| Location | location |
| std::vector< std::string > | context |
| ErrorPriority | priority = ErrorPriority::Normal |
Error information associated with nodes.
| std::vector<std::string> hilti::node::Error::context |
additional lines to print along with error as context
| Location hilti::node::Error::location |
location associated with the error
| std::string hilti::node::Error::message |
main error message to report
| ErrorPriority hilti::node::Error::priority = ErrorPriority::Normal |
priority of error