summaryrefslogtreecommitdiffstats
path: root/docs/data-router/logging.rst
diff options
context:
space:
mode:
authorEmmett Cox <emmett.cox@ericsson.com>2018-11-14 17:00:18 +0000
committerEmmett Cox <emmett.cox@ericsson.com>2018-11-20 14:45:41 +0000
commitc14d957c447559f67bb06ac417d4d54af897908b (patch)
tree1b8849d76e61929bfdd322eeb8a1e609c2699a99 /docs/data-router/logging.rst
parent65229b8032f16fdfd045732b83902af92e79ab02 (diff)
Documentation fixes
Change-Id: Ia8f0abc90b031b7769ef229302658fd0a1b79491 Signed-off-by: Emmett Cox <emmett.cox@ericsson.com> Issue-ID: DMAAP-881
Diffstat (limited to 'docs/data-router/logging.rst')
-rw-r--r--docs/data-router/logging.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/data-router/logging.rst b/docs/data-router/logging.rst
index ac6aa95c..6ac7a0a3 100644
--- a/docs/data-router/logging.rst
+++ b/docs/data-router/logging.rst
@@ -15,11 +15,19 @@ Currently Data Router does not have any unique error codes. However the followin
could possibly occur in Data Router:
OK = 200 : The normal response from a successful update or get of a feed or subscription
+
CREATED = 201 : the normal response from successfully creating or subscribing to a feed.
+
NO_CONTENT = 204 : the normal response from a successful publish attempt and on successfully deleting a feed or subscription
+
MOVED_PERMANENTLY = 301 :the normal redirect response from prov to a publisher
+
BAD_REQUEST = 400: Usually indicates that either Json object in request body is incorrect in some way, or an Invalid parameter value was included in query string.
+
UNAUTHORIZED = 401 : Usually indicated either request was missing Authorization header, or indicates incorrect Username/password credentials
+
FORBIDDEN = 403 : Usually indicates the request originated from an unauthorized IP address, or that a client certificate was not a part of authorized list.
+
NOT_FOUND = 404 : Usually indicates an incorrect URI
+
METHOD_NOT_ALLOWED = 405 : Indicates an HTTP method is not accepted for given URI \ No newline at end of file