summaryrefslogtreecommitdiff
path: root/framework/Exceptions/messages.txt
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Exceptions/messages.txt')
-rw-r--r--framework/Exceptions/messages.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt
index 8c3cd3cb..f3d741cb 100644
--- a/framework/Exceptions/messages.txt
+++ b/framework/Exceptions/messages.txt
@@ -177,3 +177,9 @@ filelogroute_maxlogfiles_invalid = TFileLogRoute.MaxLogFiles must be greater th
emaillogroute_sentfrom_required = TEmailLogRoute.SentFrom cannot be empty.
repeatinfo_repeatcolumns_invalid = TRepeatInfo.RepeatColumns must be no less than 0.
+
+basevalidator_associatedcontrolid_unsupported = TBaseValidator.AssociatedControlID is not supported.
+basevalidator_controltovalidate_invalid = TBaseValidator.ControlToValidate is empty or contains an invalid control ID path.
+basevalidator_validatable_required = TBaseValidator.ControlToValidate must point to a control implementing IValidatable interface.
+
+comparevalidator_controltocompare_invalid = TCompareValidator.ControlToCompare contains an invalid control ID path. \ No newline at end of file