aboutsummaryrefslogtreecommitdiffstats
path: root/asdctool/src/main/resources/config/error-configuration.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'asdctool/src/main/resources/config/error-configuration.yaml')
-rw-r--r--asdctool/src/main/resources/config/error-configuration.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/asdctool/src/main/resources/config/error-configuration.yaml b/asdctool/src/main/resources/config/error-configuration.yaml
index f8efb0b4e0..ba29ce6bd2 100644
--- a/asdctool/src/main/resources/config/error-configuration.yaml
+++ b/asdctool/src/main/resources/config/error-configuration.yaml
@@ -2841,3 +2841,9 @@ errors:
message: "An unexpected error occurred while %1."
messageId: "SVC4013"
+ # %1 - The capability name
+ # %2 - The model
+ CAPABILITY_NOT_FOUND:
+ code: 404
+ message: "Capability '%1' was not found for model '%2'."
+ messageId: "SVC4014" \ No newline at end of file