| 42 | [ErrorCode.UNAVAILABLE]: "unavailable", |
| 43 | [ErrorCode.DEADLINE_EXCEEDED]: "deadline_exceeded", |
| 44 | [ErrorCode.TRANSPORT]: "transport", |
| 45 | [ErrorCode.UNSUPPORTED]: "unsupported", |
| 46 | [ErrorCode.PROTOCOL]: "protocol", |
| 47 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected