This commit is contained in:
2021-06-03 20:28:07 +00:00
parent 659e9ef291
commit 13958cf35d
7 changed files with 14 additions and 7 deletions

View File

@@ -20,6 +20,7 @@ Here are all the API level error codes that can be returned by the API server:
| 2010 | Object not found - API could not find the object requested |
| 2020 | PUT Id mismatch - object Id does not match route Id |
| 2030 | Invalid operation - operation could not be completed, not valid, details in message property |
| 2040 | Not enough inventory - too few parts in stock to complete operation |
| 2200 | Validation error - general issue with object overall not valid, specifics in "details" property |
| 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 |