MessageType is used to encode information about an error message within a wrapper error type. This information is used to affect display logic.
| 429 | // within a wrapper error type. This information is used to affect |
| 430 | // display logic. |
| 431 | type MessageType errorspb.MessageType |
| 432 | |
| 433 | // Values below should match the ones in errorspb.MessageType for |
| 434 | // direct conversion. |
no outgoing calls
no test coverage detected