This commit is contained in:
@@ -12,9 +12,9 @@ Here are all the API level error codes that can be returned by the API server:
|
||||
| ----- | ------------------------------ |
|
||||
| 2000 | API closed - Server is running but access to the API has been closed to all users |
|
||||
| 2001 | API closed all non OPS routes - Server is running but access to the API has been restricted to only server maintenance operations related functionality |
|
||||
| 2002 | Internal error from the API server, details in [server log](common-log.md) file |
|
||||
| 2003 | Authentication failed, bad login or password, user not found |
|
||||
| 2004 | Not authorized - current user is not authorized for operation attempted on the resource (insufficient rights) |
|
||||
| 2002 | Internal error from the API server (HTTP STATUS 503), details in [server log](common-log.md) file |
|
||||
| 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") |
|
||||
| 2010 | Object not found - API could not find the object requested |
|
||||
| 2020 | PUT Id mismatch - object Id does not match route Id |
|
||||
|
||||
Reference in New Issue
Block a user