Validation rules are enforced when mapping arguments and, in some cases, when you deploy the MBO to Unwired Server. Error or warning messages are generated when validation rules are violated.
| Validation rule name | Severity and message |
|---|---|
| ValidationDuplicatedName | {0} '{1}' has a duplicated {2} name. |
| ValidationDuplicatedNames | {0} '{1}' has {2} duplicated {3} name. |
| ValidationOnArgumentPrefix | Argument '{0}' -- |
| ValidationOnFileObjectPrefix | File Object '{0}': |
| ValidationOnFileOperationPrefix | File Object '{0}' - Operation '{1}': |
| ValidationOnObjectPrefix | Mobile business object '{0}': |
| ValidationOnOperationPrefix | Mobile business object '{0}' - Operation '{1}': |
| ValidationOnParameterPrefix | Parameter '{0}' -- |
| ValidationRuleNameConventionViolation | Name '{0}' cannot be a keyword in Java or C# language or contain invalid characters, excluding '0-9','a-z','A-Z','_'. |
| ValidationTooLongName | Name '{0}' is too long. The length must be less than 64 characters. |