You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe it.
Currently RPCError doesn't conform to RPCErrorConvertible - this can make it harder when catching errors in interceptors or catch blocks as you have to handle both types.