From 98f7da14ba8c3507656b1dc4bc40120d770e348c Mon Sep 17 00:00:00 2001 From: CodeWithAryanK <172922447+CodeWithAryanK@users.noreply.github.com> Date: Tue, 24 Jun 2025 13:29:06 +0530 Subject: [PATCH 1/2] fix-connection-id-error-message Signed-off-by: CodeWithAryanK <172922447+CodeWithAryanK@users.noreply.github.com> --- libs/common/src/response-messages/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/common/src/response-messages/index.ts b/libs/common/src/response-messages/index.ts index 3a2457f08..6a6b26663 100644 --- a/libs/common/src/response-messages/index.ts +++ b/libs/common/src/response-messages/index.ts @@ -284,7 +284,7 @@ export const ResponseMessages = { basicMessage: 'Basic message sent successfully' }, error: { - invalidConnectionId: 'Invalid format for connectionId', + invalidConnectionId: 'Please provide a valid for connection Id', exists: 'Connection is already exist', connectionNotFound: 'Connection not found', agentEndPointNotFound: 'agentEndPoint Not Found', From b869cd1b191714d9f2a140cc847f2c948658bb60 Mon Sep 17 00:00:00 2001 From: Aryan Date: Sun, 13 Jul 2025 23:23:36 +0530 Subject: [PATCH 2/2] Update libs/common/src/response-messages/index.ts Co-authored-by: Krishna Waske Signed-off-by: Aryan --- libs/common/src/response-messages/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/common/src/response-messages/index.ts b/libs/common/src/response-messages/index.ts index 6a6b26663..4d35c0985 100644 --- a/libs/common/src/response-messages/index.ts +++ b/libs/common/src/response-messages/index.ts @@ -284,7 +284,7 @@ export const ResponseMessages = { basicMessage: 'Basic message sent successfully' }, error: { - invalidConnectionId: 'Please provide a valid for connection Id', + invalidConnectionId: 'Please provide a valid connection Id', exists: 'Connection is already exist', connectionNotFound: 'Connection not found', agentEndPointNotFound: 'agentEndPoint Not Found',