Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Error
Method
Error
coderd/x/chatd/chattool/quotaerror.go:31–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
func
(e *workspaceBuildError) Error() string {
32
return
e.message
33
}
34
35
func
buildErrorCode(err error) codersdk.JobErrorCode {
36
var
buildErr *workspaceBuildError
Callers
15
TestOpenAI_Streaming_MismatchReturnsErrorPart
Function · 0.45
TestOpenAI_NonStreaming_MismatchReturnsError_CompletionsAPI
Function · 0.45
TestOpenAI_NonStreaming_MismatchReturnsError_ResponsesAPI
Function · 0.45
TestAnthropic_Streaming_MismatchReturnsErrorPart
Function · 0.45
TestAnthropic_NonStreaming_MismatchReturnsError
Function · 0.45
handleMessages
Method · 0.45
writeResponse
Method · 0.45
writeStreamingResponse
Method · 0.45
handleChatCompletions
Method · 0.45
handleResponses
Method · 0.45
writeChatCompletionsResponse
Method · 0.45
writeResponsesAPIResponse
Method · 0.45
Calls
no outgoing calls
Tested by
9
TestOpenAI_Streaming_MismatchReturnsErrorPart
Function · 0.36
TestOpenAI_NonStreaming_MismatchReturnsError_CompletionsAPI
Function · 0.36
TestOpenAI_NonStreaming_MismatchReturnsError_ResponsesAPI
Function · 0.36
TestAnthropic_Streaming_MismatchReturnsErrorPart
Function · 0.36
TestAnthropic_NonStreaming_MismatchReturnsError
Function · 0.36
TestResolveWorkspaceHome
Function · 0.36
TestCheckExistingWorkspace_InProgressBuildFailureReturnsBuildID
Function · 0.36
TestLoadSkillFile
Function · 0.36
TestComputerUseProviderTool
Function · 0.36