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 LogicObject *object

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