diff options
Diffstat (limited to 'catalog-be/src/main/resources')
-rw-r--r-- | catalog-be/src/main/resources/config/error-configuration.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/catalog-be/src/main/resources/config/error-configuration.yaml b/catalog-be/src/main/resources/config/error-configuration.yaml index 69f67e63ed..c92b0fd771 100644 --- a/catalog-be/src/main/resources/config/error-configuration.yaml +++ b/catalog-be/src/main/resources/config/error-configuration.yaml @@ -2235,10 +2235,10 @@ errors: message: "Error: Property type %1 provided against %2 is not supported for static value.", messageId: "SVC4721" } -#---------SVC4714----------------------------- +#---------SVC4723----------------------------- # %1 - Interface Operation output name - INTERFACE_OPERATION_MAPPED_OUTPUT_DELETED: { + INTERFACE_OPERATION_MAPPED_OUTPUT_MODIFIED: { code: 400, - message: "Error: Cannot update name or delete interface operation output(s) '%1' mapped to an operation input", - messageId: "SVC4714" + message: "Error: Cannot update or delete interface operation output(s) '%1' mapped to an operation input", + messageId: "SVC4723" }
\ No newline at end of file |