diff options
author | Idan Amit <ia096e@intl.att.com> | 2017-10-24 12:18:11 +0300 |
---|---|---|
committer | Idan Amit <ia096e@intl.att.com> | 2017-10-24 12:21:58 +0300 |
commit | 60fb5e7a63fdd25fced2e278798f88a1f51356e0 (patch) | |
tree | d116c5b4c1937b6eabc0cb40040c0276e1500f8f /catalog-be/src | |
parent | 5e41e2b9bf6bfb3d5ff0bb9858ee6424ba8c22e0 (diff) |
Add Logging section to Read the Docs
Added the error messages for SDC project to the Read the Docs website
Fixed some issues I've found in the error-configuration.yaml file
Change-Id: I78816006d55e9d4bae7a4ce4c5fd7faaf1e07647
Issue-Id: SDC-515
Signed-off-by: Idan Amit <ia096e@intl.att.com>
Diffstat (limited to 'catalog-be/src')
-rw-r--r-- | catalog-be/src/main/resources/config/error-configuration.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog-be/src/main/resources/config/error-configuration.yaml b/catalog-be/src/main/resources/config/error-configuration.yaml index 62bd7206ba..fbf397a999 100644 --- a/catalog-be/src/main/resources/config/error-configuration.yaml +++ b/catalog-be/src/main/resources/config/error-configuration.yaml @@ -411,6 +411,7 @@ errors: message: "Error: Invalid Content. Missing Capability Type '%1'.", messageId: "SVC4115" } +#-----------SVC4116--------------------------- RESOURCE_INSTANCE_BAD_REQUEST: { code: 400, message: "Error: Invalid Content.", @@ -1187,7 +1188,6 @@ errors: messageId: "SVC4585" } #---------SVC4586------------------------------ -#---------SVC4586------------------------------ INVALID_SERVICE_API_URL: { code: 400, message: 'Error: Invalid Service API URL. Please check whether your URL has a valid domain extension and does not contain the following characters - #?&@%+;,=$<>~^`\[]{}|"*!', |