From cf04a1a714ef4a1df973929dc750232b4d67d7b4 Mon Sep 17 00:00:00 2001 From: Kartik Hegde Date: Sat, 12 Nov 2022 14:29:11 +0530 Subject: Multitenancy in SDC Issue-ID: SDC-4215 Change-Id: Ie24ba38acc9f1998d4a7e722e8f98456dab9201d Signed-off-by: Kartik Hegde --- docs/logging.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs') diff --git a/docs/logging.rst b/docs/logging.rst index 777068bef3..a59f340925 100644 --- a/docs/logging.rst +++ b/docs/logging.rst @@ -3764,3 +3764,14 @@ Response Types message: "Error: Interface operation input parameter name should not be empty", messageId: "SVC46703" } + +---------SVC4750----------------------------- +============================================== + +:: + + MISSING_TENANT_NAME: { + code: 400, + message: "Error: Missing Tenant name.", + messageId: "SVC4750" + } \ No newline at end of file -- cgit 1.2.3-korg