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 09:19:29 +0000 |
commit | d8c00f790f8c059cf23a53ac4718de3cdfb891f7 (patch) | |
tree | 7fef6c16facedd8aae65dc6e2734e82afc3a06ed /catalog-be/src | |
parent | aa61644704edc4b2ef231d75b537b38d0ae6d7c6 (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 - #?&@%+;,=$<>~^`\[]{}|"*!', |