platform icon indicating copy to clipboard operation
platform copied to clipboard

fix: Improve error message for invalid connection Id

Open CodeWithAryanK opened this issue 5 months ago • 6 comments

This PR updates the error message shown when an invalid connection Id (e.g., a space) is provided.

Old: "Invalid format for connectionId"
New: "Please provide a valid connectionId"

This improves clarity and user guidance.

CodeWithAryanK avatar Jun 24 '25 08:06 CodeWithAryanK