diff options
author | Kartik Hegde <kh00735564@techmahindra.com> | 2022-11-12 14:29:11 +0530 |
---|---|---|
committer | Kartik Hegde <kh00735564@techmahindra.com> | 2022-12-21 12:04:30 +0000 |
commit | cf04a1a714ef4a1df973929dc750232b4d67d7b4 (patch) | |
tree | edd2e6e5074ba58efb98663a1ea1851208895fff /docs/logging.rst | |
parent | f995db01ee95606b6cded82822a73435ebc190c8 (diff) |
Multitenancy in SDC
Issue-ID: SDC-4215
Change-Id: Ie24ba38acc9f1998d4a7e722e8f98456dab9201d
Signed-off-by: Kartik Hegde <kh00735564@techmahindra.com>
Diffstat (limited to 'docs/logging.rst')
-rw-r--r-- | docs/logging.rst | 11 |
1 files changed, 11 insertions, 0 deletions
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 |