WarningData

struct rlogic::WarningData

Holds information about a warning returned by rlogic::LogicEngine::validate()

Public Members

std::string message

Error description as human-readable text.

EWarningType type

Semantic type of the warning.

const LogicObject *object

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