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
This is currently possible if a server implementation uses a Protean client that returns an rpcerror.Error that is then returned by the server implementation.
Exposing an error the client must always require construction of a new RPC error.
The text was updated successfully, but these errors were encountered:
This is currently possible if a server implementation uses a Protean client that returns an
rpcerror.Error
that is then returned by the server implementation.Exposing an error the client must always require construction of a new RPC error.
The text was updated successfully, but these errors were encountered: