This commit is contained in:
2021-07-16 19:22:13 +00:00
parent dc280f41cd
commit e2526e5498
8 changed files with 44 additions and 10 deletions

View File

@@ -31,4 +31,6 @@ Here are all the API level error codes that can be returned by the API server:
| 2207 | Validation error - The start date must be earlier than the end date |
| 2208 | Validation error - Modifying the object (usually a delete) would break the link to other records in the database and operation was disallowed to preserve data integrity |
| 2209 | Validation error - Indicates the attempted property change is invalid because the value is fixed and cannot be changed |
| 2210 | Child object error - Indicates the attempted operation resulted in errors in linked child object |
| 2210 | Child object error - Indicates the attempted operation resulted in errors in linked child object |
| 2211 | Validation error - Field set required by customization is empty or null |
| 2212 | Validation error - Attempt to set multiple contracted Units on work order (only one allowed per work order) |