aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-tosca-parser/src/main/resources/config/error-configuration.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'sdc-tosca-parser/src/main/resources/config/error-configuration.yaml')
-rw-r--r--sdc-tosca-parser/src/main/resources/config/error-configuration.yaml18
1 files changed, 0 insertions, 18 deletions
diff --git a/sdc-tosca-parser/src/main/resources/config/error-configuration.yaml b/sdc-tosca-parser/src/main/resources/config/error-configuration.yaml
deleted file mode 100644
index 3febd33..0000000
--- a/sdc-tosca-parser/src/main/resources/config/error-configuration.yaml
+++ /dev/null
@@ -1,18 +0,0 @@
-# Errors
-errors:
- FILE_NOT_FOUND: {
- code: TP0001,
- message: "Error: CSAR file not found."
- }
- BAD_FORMAT: {
- code: TP0002,
- message: "Error: CSAR file bad format. Check the log for details."
- }
- CONFORMANCE_LEVEL_ERROR: {
- code: TP0003,
- message: "Error: CSAR version is unsupported. Parser supports versions %s to %s."
- }
- GENERAL_ERROR: {
- code: TP0004,
- message: "Error: an unexpected internal error occured."
- } \ No newline at end of file