From 134bed676f01745969408d522ca9ac6c482ba549 Mon Sep 17 00:00:00 2001 From: vasraz Date: Thu, 14 Nov 2019 11:24:56 +0000 Subject: Move jTosca contents to sdc-tosca Signed-off-by: Vasyl Razinkov Change-Id: I5c47a8fd7d4ff295149d1d9b29aea71ae56cbcd4 Issue-ID: SDC-2457 --- src/main/resources/config/error-configuration.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 src/main/resources/config/error-configuration.yaml (limited to 'src/main/resources/config/error-configuration.yaml') diff --git a/src/main/resources/config/error-configuration.yaml b/src/main/resources/config/error-configuration.yaml deleted file mode 100644 index ff9c6ed..0000000 --- a/src/main/resources/config/error-configuration.yaml +++ /dev/null @@ -1,22 +0,0 @@ -# Errors -errors: - FILE_NOT_FOUND: { - code: TP0001, - failOnError: true, - message: "Error: CSAR file not found." - } - BAD_FORMAT: { - code: TP0002, - failOnError: true, - message: "Error: CSAR file bad format. Check the log for details." - } - CONFORMANCE_LEVEL_ERROR: { - code: TP0003, - failOnError: true, - message: "Error: CSAR version is unsupported. Parser supports versions from %s." - } - GENERAL_ERROR: { - code: TP0004, - failOnError: true, - message: "Error: an unexpected internal error occured." - } -- cgit 1.2.3-korg