summaryrefslogtreecommitdiffstats
path: root/common-app-api/src
diff options
context:
space:
mode:
Diffstat (limited to 'common-app-api/src')
-rw-r--r--common-app-api/src/test/resources/config/common/error-configuration.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/common-app-api/src/test/resources/config/common/error-configuration.yaml b/common-app-api/src/test/resources/config/common/error-configuration.yaml
index 9db9bbdc58..d6c0a5f693 100644
--- a/common-app-api/src/test/resources/config/common/error-configuration.yaml
+++ b/common-app-api/src/test/resources/config/common/error-configuration.yaml
@@ -24,3 +24,10 @@ errors:
message: "Error: Internal Server Error. Please try again later.",
messageId: "POL5000"
}
+
+ # %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