This commit is contained in:
2019-01-15 23:14:02 +00:00
parent 09609bf1bb
commit 595e3c1284
4 changed files with 43 additions and 9 deletions

View File

@@ -5,7 +5,8 @@ In each case there may be more details in the `message` property where appropria
| CODE | MEANING |
| ----- | ------------------------------ |
| RequiredPropertyEmpty | Required property is missing or empty |
| RequiredPropertyEmpty | Required property value is empty |
| RequiredPropertyMissing | Required property is missing entirely |
| LengthExceeded | A text property has more characters than are allowed. The limit will be returned in the `message` property of the validation error |
| NotUnique | A text property is required to be unique but an existing identical value was found in the database |
| StartDateMustComeBeforeEndDate | When an object requires a start and end date the start date must be earlier than the end date |