MCPcopy Index your code
hub / github.com/coder/coder / ChatErrorKind

TypeAlias ChatErrorKind

codersdk/chats.go:1525–1525  ·  view source on GitHub ↗

ChatErrorKind classifies chat errors for consistent client rendering.

Source from the content-addressed store, hash-verified

1523
1524// ChatErrorKind classifies chat errors for consistent client rendering.
1525type ChatErrorKind string
1526
1527const (
1528 ChatErrorKindGeneric ChatErrorKind = "generic"

Callers 2

decodeChatLastErrorFunction · 0.92
normalizeClassificationFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected