()
| 28 | } |
| 29 | |
| 30 | func (e *HTTPStatusError) Error() string { |
| 31 | return e.Err.Error() |
| 32 | } |
| 33 | |
| 34 | // HTTPStatusFromCode converts a gRPC error code into the corresponding HTTP response status. |
| 35 | // See: https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto |
no outgoing calls