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
DWDS doesn't always return an exception of type RPCError (defining in package:vm_service) when something goes wrong, which means that clients expecting an RPCError don't catch the exceptions thrown by DWDS.
We should make sure that DWDS returns semantic exceptions for all the API methods in chrome_proxy_service. This will require updating package:vm_service to expose all the error codes (including those currently defined in DDS and not exposed).
The text was updated successfully, but these errors were encountered:
Context:
DWDS doesn't always return an exception of type
RPCError
(defining inpackage:vm_service
) when something goes wrong, which means that clients expecting anRPCError
don't catch the exceptions thrown by DWDS.We should make sure that DWDS returns semantic exceptions for all the API methods in
chrome_proxy_service
. This will require updatingpackage:vm_service
to expose all the error codes (including those currently defined in DDS and not exposed).The text was updated successfully, but these errors were encountered: