Convert AioRpcError
s to the appropriate base-client exception before re-raising
#77
Labels
part:❓
We need to figure out which part is affected
priority:❓
We need to figure out how soon this should be addressed
type:enhancement
New feature or enhancement visitble to users
What's needed?
Currently, the client doesn't appear to be handling the
AioRpcError
exceptions raised by the grpc client, which leaks the underlying exceptions to the client's users.Proposed solution
We need to pass the caught
AioRpcError
s toApiClientError.from_grpc_error
method and raise those.Use cases
No response
Alternatives and workarounds
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: