Is your feature request related to a problem? Please describe.
I'm always frustrated when I have to strings.Contains messages i receive from RPC to distinguish problem cases. I am even more frustrated when the same issue may have different error messages,
Describe the solution you'd like
We had this to solve this, and then we had to have this to solve it one more time. It'd better be a single string (or even smth more RPC status-based if possible).
Describe alternatives you've considered
Fix problems one by one until every case is covered with strings.Contains.
Is your feature request related to a problem? Please describe.
I'm always frustrated when I have to
strings.Containsmessages i receive from RPC to distinguish problem cases. I am even more frustrated when the same issue may have different error messages,Describe the solution you'd like
We had this to solve this, and then we had to have this to solve it one more time. It'd better be a single string (or even smth more RPC status-based if possible).
Describe alternatives you've considered
Fix problems one by one until every case is covered with
strings.Contains.