rll::contract_violation struct

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.