From 0adb554db12b695b5f4b9cf2899c158d10804143 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 30 Apr 2019 17:13:24 +0000 Subject: [PATCH] --- docs/8.0/ayanova/docs/api-error-codes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/8.0/ayanova/docs/api-error-codes.md b/docs/8.0/ayanova/docs/api-error-codes.md index b842b457..4633fe1e 100644 --- a/docs/8.0/ayanova/docs/api-error-codes.md +++ b/docs/8.0/ayanova/docs/api-error-codes.md @@ -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 |