Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Error
Method
Error
coderd/idpsync/idpsync.go:274–280 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
272
}
273
274
func
(e HTTPError) Error() string {
275
if
e.Detail !=
""
{
276
return
e.Detail
277
}
278
279
return
e.Msg
280
}
Callers
15
TestPostWorkspaceAgentPortShare
Function · 0.45
TestDeleteWorkspaceAgentPortShare
Function · 0.45
Test_Experiments
Function · 0.45
postUserSecret
Method · 0.45
getUserSecrets
Method · 0.45
getUserSecret
Method · 0.45
patchUserSecret
Method · 0.45
deleteUserSecret
Method · 0.45
appendUserSecretValidationError
Function · 0.45
CreateInMemoryAIBridgeServer
Method · 0.45
TestUserLatencyInsights_BadRequest
Function · 0.45
TestUserActivityInsights_BadRequest
Function · 0.45
Calls
no outgoing calls
Tested by
15
TestPostWorkspaceAgentPortShare
Function · 0.36
TestDeleteWorkspaceAgentPortShare
Function · 0.36
Test_Experiments
Function · 0.36
TestUserLatencyInsights_BadRequest
Function · 0.36
TestUserActivityInsights_BadRequest
Function · 0.36
TestTemplateInsights_BadRequest
Function · 0.36
TestTemplateInsights_RBAC
Function · 0.36
TestGenericInsights_RBAC
Function · 0.36
TestGenericInsights_Disabled
Function · 0.36
TestGetUserStatusCounts
Function · 0.36
TestExternalAuthDevice
Function · 0.36
TestExternalAuthCallback
Function · 0.36