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

Method Error

enterprise/coderd/scim/scimtypes.go:75–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73}
74
75func (e HTTPError) Error() string {
76 return e.internal.Error()
77}
78
79func (e HTTPError) MarshalJSON() ([]byte, error) {
80 return json.Marshal(e.internal)

Callers 15

TestAnnouncementBannersFunction · 0.45
NewFunction · 0.45
updateEntitlementsMethod · 0.45
runEntitlementsLoopMethod · 0.45
TestUserOIDCFunction · 0.45
TestRegionsFunction · 0.45
TestIssueSignedAppTokenFunction · 0.45
TestGetCryptoKeysFunction · 0.45

Calls

no outgoing calls

Tested by 15

TestAnnouncementBannersFunction · 0.36
TestUserOIDCFunction · 0.36
TestRegionsFunction · 0.36
TestIssueSignedAppTokenFunction · 0.36
TestGetCryptoKeysFunction · 0.36
TestCreateWorkspaceFunction · 0.36