Error message shown when connection name is wrong could be improved #920
Labels
O: new-feature
Objective: cause to add a new feature or support
O: usability
Objective: cause to improve the user experience (UX) and ease using the product
Milestone
Crate
ibc-relayer-cli
Summary of Bug
I was trying to execute a
tx raw chan-open-init
transaction and I typed the wrong connection name, and the error message returned is not very helpful to the end user.Version
Branch:
master
Commit:
1adb18d3d4c70239115bc5d98abeb8d114cf9c15
Steps to Reproduce
Type the wrong connection name (should be
connection-201
notconnections-201
)The error message returned shows a message about converting into domain type which from a UX perspective is not helpful to the end user. A simpler message saying that the connection cannot be found would be more appropriate.
I have tested with another tx raw (chain-open-try) command and the same error happens.
Acceptance Criteria
Shows a better error message for this use case.
For Admin Use
The text was updated successfully, but these errors were encountered: