[Aio AioRpcError] Allow pickle AioRpcError (#33891)
Fix: #33643. This change adds `__reduce__` to `AioRpcError` to allow pickle. ### Testing Added bazel unit test, without this change, test will fail with error: ``` TypeError: AioRpcError.__init__() missing 3 required positional arguments: 'code', 'initial_metadata', and 'trailing_metadata' ```revert-33442-printExp
parent
9e5c3652d7
commit
96140caba6
2 changed files with 35 additions and 0 deletions
Loading…
Reference in new issue