ChatErrorKind classifies chat errors for consistent client rendering.
| 1523 | |
| 1524 | // ChatErrorKind classifies chat errors for consistent client rendering. |
| 1525 | type ChatErrorKind string |
| 1526 | |
| 1527 | const ( |
| 1528 | ChatErrorKindGeneric ChatErrorKind = "generic" |
no outgoing calls
no test coverage detected