aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/config/error-configuration.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-be/src/main/resources/config/error-configuration.yaml')
-rw-r--r--catalog-be/src/main/resources/config/error-configuration.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/catalog-be/src/main/resources/config/error-configuration.yaml b/catalog-be/src/main/resources/config/error-configuration.yaml
index 6156090df3..aa000f14a7 100644
--- a/catalog-be/src/main/resources/config/error-configuration.yaml
+++ b/catalog-be/src/main/resources/config/error-configuration.yaml
@@ -105,6 +105,12 @@ errors:
message: "Error: Invalid userId '%1'.",
messageId: "SVC4008"
}
+#---------SVC4009-----------------------------
+ USER_DEFINED: {
+ code: 400,
+ message: "Error: User Defined '%1'.",
+ messageId: "SVC4009"
+ }
#---------SVC4049------------------------------
# %1 - service/resource
COMPONENT_MISSING_CONTACT: {