Error returns the error message for the corresponding grpc Status for the error.
()
| 61 | |
| 62 | // Error returns the error message for the corresponding grpc Status for the error. |
| 63 | func (e *OversizedMessageErr) Error() string { |
| 64 | return e.err.Error() |
| 65 | } |
| 66 | |
| 67 | // Unwrap returns the corresponding error with our grpc status code. |
| 68 | func (e *OversizedMessageErr) Unwrap() error { |
no outgoing calls