This commit is contained in:
@@ -16,6 +16,7 @@ Here are all the API level error codes that can be returned by the API server:
|
||||
| 2003 | Authentication failed (HTTP STATUS 401), bad login or password, user not found |
|
||||
| 2004 | Not authorized (HTTP STATUS 403) - current user is not authorized for operation attempted on the resource (insufficient rights) |
|
||||
| 2005 | Object was changed by another user since retrieval (concurrency token mismatch). A record was attempted to be saved but another user has just modified it so it's invalid. (first save "wins") |
|
||||
| 2006 | Authentication token replaced - A valid JWT token was presented, but it has been replaced by a more recent login |
|
||||
| 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 |
|
||||
|
||||
Reference in New Issue
Block a user