struct
#include <rll/contracts.h>
contract_violation Contract violation data holder.
Contains information about a contract violation.
Public variables
-
contract_
type type - Violated contract type.
-
std::
string message - Violation message.
-
source_
location location - Violation location in source code.