Handling remote errors

Whats the recommended way to handle RemoteError? Say i'm using RpcProxy and
it raised an exception like `NoResultsFound`.

Really all i can do is catch the remote error, but what if i want to what
is the exact execution?

Thank you.

Found an
approach: Redirecting to Google Groups

ยทยทยท

On Sunday, December 3, 2017 at 8:31:40 PM UTC-5, kirkdouglasj...@gmail.com wrote:

Whats the recommended way to handle RemoteError? Say i'm using RpcProxy
and it raised an exception like `NoResultsFound`.

Really all i can do is catch the remote error, but what if i want to what
is the exact execution?

Thank you.