Situation: You want to feel sure that you only fill out settings with values in correct format.
Carbide.v accepts and displays the value in the form. If you have typed an erraneus value to the format, Carbide. v can display one of the following validation errors:
- Numbers
- Incorrect format of number
- Minimum value is not reached
- Maximum value is exceeded
- The maximum number if digits is exceeded
- The value doesn't match pattern
- Strings
- Exact length is not matched
- Minimum length of string is not reached
- Maximum length of string is exceeded
- The value doesn't match pattern
- Dates and times
- Incorrect format of date
- Incorrect format of time
- Incorrect format of date time
- Incorrect format of duration
- Sequences
- Minimum number of sequences is not reached
- Maximum number of sequences exceeded
- Files and others
- File is not in the Resources Library
- Directory is not in the Resources Library
- Value is missing
Carbide.v notifies that by displaying a red marker on the particular row in the editor.
Setting is added to the list of errorneous settings in the
Errors view.