#include <inja.hpp>
Public Member Functions | |
| InjaError (const std::string &type, const std::string &message) | |
| InjaError (const std::string &type, const std::string &message, SourceLocation location) | |
Public Attributes | |
| const std::string | type |
| const std::string | message |
| const SourceLocation | location |
|
inlineexplicit |
|
inlineexplicit |
Definition at line 268 of file inja.hpp.
References inja::SourceLocation::column, inja::SourceLocation::line, location, message, and type.
Referenced by inja::DataError::DataError(), inja::FileError::FileError(), inja::ParserError::ParserError(), and inja::RenderError::RenderError().
| const SourceLocation inja::InjaError::location |
Definition at line 259 of file inja.hpp.
Referenced by getRouter(), InjaError(), InjaError(), and mqtt::lib::MqttMapper::publishMappedTemplate().
| const std::string inja::InjaError::message |
Definition at line 257 of file inja.hpp.
Referenced by getRouter(), InjaError(), InjaError(), and mqtt::lib::MqttMapper::publishMappedTemplate().
| const std::string inja::InjaError::type |
Definition at line 256 of file inja.hpp.
Referenced by getRouter(), InjaError(), InjaError(), and mqtt::lib::MqttMapper::publishMappedTemplate().