Inline field validation error messages to be used across platforms.
Character limit validation errors
| Field validation message | When to use |
|---|---|
| number character limit exceeded | Character limit exceeded with variable |
| Maximum character limit exceeded | Character limit exceeded without variable |
Date/time validation errors
| Field validation message | When to use |
|---|---|
| Select a date | Empty field error only |
| Select a time | Empty field error only |
| Due date must be after available date | Assignment due date is set earlier than or at the same time as available date |
| Date must be in the future | Date is in the past |
| Enter dates as mm/dd/yyyy | Date was entered in the wrong format |
Numeric value validation errors
| Field validation message | When to use |
|---|---|
| Must be at least number | Numeric input is less than the minimum accepted |
| Cannot exceed number | Numeric input is greater than the maximum accepted |
| Must be between number and number | Numeric input is outside of the accepted range |
| Numeric values only | Other characters entered in a numeric input field |