Git Source
string constant SIGNATURES_INCONSISTENT = "Signatures and signature id's are inconsistent";
string constant POLICY_ID_0 = "Policy ID cannot be 0. Create policy before updating";
string constant POLICY_DOES_NOT_EXIST = "Policy does not exist";
string constant POLICY_CEMENTED = "Not allowed for cemented policy";
string constant VERIFIED_SUBSCRIBER_ONLY = "Only verified policy subscriber can apply closed policies";
string constant INVALID_RULE = "Invalid Rule";
string constant INVALID_SIGNATURE = "Invalid Signature";
string constant FOREIGN_CALL_NOT_SET = "Foreign Call referenced in rule not set";
string constant TRACKER_NOT_SET = "Tracker referenced in rule not set";
string constant RULES_ENGINE_ONLY = "OnlyRulesEngineCanCreateAdminRoles";
string constant POLICY_ADMIN_ALREADY_CREATED = "Policy Admin Already Created";
string constant NOT_POLICY_ADMIN = "Not Policy Admin";
string constant NOT_PROPOSED_POLICY_ADMIN = "Not Proposed Policy Admin";
string constant ZERO_ADDRESS = "Zero Address Cannot Be Admin";
string constant BELOW_ADMIN_THRESHOLD = "Below Min Admin Threshold";
string constant CALLING_CONTRACT_ADMIN_ROLE_NOT_GRANTED_ACCESS_CONTROL = "Calling Contract Admin Role Not Granted From Calling Contract";
string constant CALLING_CONTRACT_ADMIN_ROLE_ALREADY_GRANTED = "Calling Contract Admin Already Granted";
string constant ONLY_CALLING_CONTRACT = "Only Calling Contract Can Create Admin";
string constant NOT_CALLING_CONTRACT_ADMIN = "Not Calling Contract Admin";
string constant NOT_PROPOSED_CALLING_CONTRACT_ADMIN = "Not Proposed Calling Contract Admin";