Spicy
Public Member Functions | Public Attributes | List of all members
hilti::node::Error Struct Reference

#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
 

Detailed Description

Error information associated with nodes.

Member Data Documentation

◆ context

std::vector<std::string> hilti::node::Error::context

additional lines to print along with error as context

◆ location

Location hilti::node::Error::location

location associated with the error

◆ message

std::string hilti::node::Error::message

main error message to report

◆ priority

ErrorPriority hilti::node::Error::priority = ErrorPriority::Normal

priortity of error


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