Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Error
Method
Error
coderd/x/chatd/chaterror/classify.go:117–119 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
115
}
116
117
func
(e *classifiedError) Error() string {
118
return
e.cause.Error()
119
}
120
121
func
(e *classifiedError) Unwrap() error {
122
return
e.cause
Callers
15
PartFromContentWithLogger
Function · 0.45
toolResultContentToPart
Function · 0.45
providerMetadataToOptions
Function · 0.45
toolResultPartToMessagePart
Function · 0.45
TestParseContent_V1
Function · 0.45
TestParseContent_ErrorPaths
Function · 0.45
TestMediaToolResultRoundTrip
Function · 0.45
TestToolResultAntivenom
Function · 0.45
TestDesktopActionsRejectsUnsupportedDoubleClickButton
Function · 0.45
TestResolveModelWithProviderHint
Function · 0.45
buildAuthHeaders
Function · 0.45
redactErrorURL
Function · 0.45
Calls
no outgoing calls
Tested by
15
TestParseContent_V1
Function · 0.36
TestParseContent_ErrorPaths
Function · 0.36
TestMediaToolResultRoundTrip
Function · 0.36
TestToolResultAntivenom
Function · 0.36
TestDesktopActionsRejectsUnsupportedDoubleClickButton
Function · 0.36
TestResolveModelWithProviderHint
Function · 0.36
TestFindChatAgent
Function · 0.36
TestRetry_NonRetryableError
Function · 0.36
TestRetry_OnRetryCalledWithCorrectArgs
Function · 0.36
TestNewRuntimeValidation
Function · 0.36
TestToolResultSize
Function · 0.36
TestRun_StreamRetry_CanceledDoesNotIncrement
Function · 0.36