please upgrade the proto package MessageType encodes information regarding the interpretation of an error's message string.
| 27 | // MessageType encodes information regarding the interpretation of an |
| 28 | // error's message string. |
| 29 | type MessageType int32 |
| 30 | |
| 31 | const ( |
| 32 | // Keeping zero value as default for backwards compatibility. |
no outgoing calls
no test coverage detected