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.

EErrorType type

Semantic type of the error

const LogicObject *object

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