MCPcopy 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
274func (e HTTPError) Error() string {
275 if e.Detail != "" {
276 return e.Detail
277 }
278
279 return e.Msg
280}

Callers 15

Test_ExperimentsFunction · 0.45
postUserSecretMethod · 0.45
getUserSecretsMethod · 0.45
getUserSecretMethod · 0.45
patchUserSecretMethod · 0.45
deleteUserSecretMethod · 0.45

Calls

no outgoing calls