diff options
author | mojahidi <mojahidul.islam@amdocs.com> | 2018-04-10 12:32:47 +0530 |
---|---|---|
committer | Avi Gaffa <avi.gaffa@amdocs.com> | 2018-04-22 08:45:17 +0000 |
commit | eb4b9fb0f4d3b62f3b9e2da81ebe581e7d0fc6eb (patch) | |
tree | 99563378878da01bfe708ea55be3db2b5982ea43 /catalog-be/src/main/resources | |
parent | 4182fc36985570881dba09680d4a4bbd8d946a79 (diff) |
Fixed Review Comments - operation Business logic
Added interface operation Business logic and amended validation logic
Change-Id: Ia98c625d732a31b03dec2d24504ecabb367e0582
Issue-ID: SDC-1060
Signed-off-by: mojahidi <mojahidul.islam@amdocs.com>
Diffstat (limited to 'catalog-be/src/main/resources')
-rw-r--r-- | catalog-be/src/main/resources/config/error-configuration.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog-be/src/main/resources/config/error-configuration.yaml b/catalog-be/src/main/resources/config/error-configuration.yaml index 56eaaea830..b0f2e2107f 100644 --- a/catalog-be/src/main/resources/config/error-configuration.yaml +++ b/catalog-be/src/main/resources/config/error-configuration.yaml @@ -2043,7 +2043,7 @@ errors: INTERFACE_OPERATION_TYPE_INVALID: { code: 400, message: "Error: Interface Operation type %1 is Invalid, Operation type should not contain - Special character, space and should not be greater than 200 characters ", + special character, space, numbers and should not be greater than 200 characters ", messageId: "SVC4696" } #---------SVC4697----------------------------- |