ErrorData

struct rlogic::ErrorData

Holds information about an error which occured during rlogic::LogicEngine API calls

Public Members

std::string message

Error description as human-readable text. For Lua errors, an extra stack trace is contained in the error string with new-line separators.

const LogicNode *node

The rlogic::LogicNode which caused the error. Can be nullptr if the error was not originating from a specific node.