This commit is contained in:
@@ -23,7 +23,7 @@ Here are all the API level error codes that can be returned by the API server:
|
||||
| 2201 | Validation error - Field is required but is empty or null |
|
||||
| 2202 | Validation error - Field length exceeded. The limit will be returned in the `message` property of the validation error |
|
||||
| 2203 | Validation error - invalid value. Usually an type mismatch or a logical or business rule mismatch (i.e. only certain values are valid for current state of object) |
|
||||
| 2204 | Validation error - Customized form property set to required has an empty value |
|
||||
| 2204 | Validation error - Customized form property is set to required but has an empty value |
|
||||
| 2205 | Validation error - Required property is missing entirely. Usually a development or communications error |
|
||||
| 2206 | Validation error - A text property is required to be unique but an existing record with an identical value was found in the database |
|
||||
| 2207 | Validation error - The start date must be earlier than the end date |
|
||||
|
||||
Reference in New Issue
Block a user