diff options
Diffstat (limited to 'asdctool/src/main')
-rw-r--r-- | asdctool/src/main/resources/config/error-configuration.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/asdctool/src/main/resources/config/error-configuration.yaml b/asdctool/src/main/resources/config/error-configuration.yaml index ba29ce6bd2..5bd933ab80 100644 --- a/asdctool/src/main/resources/config/error-configuration.yaml +++ b/asdctool/src/main/resources/config/error-configuration.yaml @@ -1988,6 +1988,13 @@ errors: messageId: "SVC4691" } + #---------SVC4950----------------------------- + MISSING_TENANT_NAME: { + code: 400, + message: "Error: Missing Tenant name.", + messageId: "SVC4950" + } + #---------POL4692------------------------------ MISSING_OLD_COMPONENT_INSTANCE: { code: 400 , |