From d8c00f790f8c059cf23a53ac4718de3cdfb891f7 Mon Sep 17 00:00:00 2001 From: Idan Amit Date: Tue, 24 Oct 2017 12:18:11 +0300 Subject: 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 --- catalog-be/src/main/resources/config/error-configuration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'catalog-be') 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.", @@ -1186,7 +1187,6 @@ errors: message: "Error: Invalid occurrences format.", messageId: "SVC4585" } -#---------SVC4586------------------------------ #---------SVC4586------------------------------ INVALID_SERVICE_API_URL: { code: 400, -- cgit 1.2.3-korg