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

Method Error

coderd/users.go:1526–1528  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1524}
1525
1526func (e userPreferenceSettingsAPIError) Error() string {
1527 return fmt.Sprintf("%s: %s", e.response.Message, e.err)
1528}
1529
1530func (e userPreferenceSettingsAPIError) Unwrap() error {
1531 return e.err

Callers 15

userDebugOIDCMethod · 0.45
userOIDCClaimsMethod · 0.45
firstUserMethod · 0.45
postFirstUserMethod · 0.45
usersMethod · 0.45
GetUsersMethod · 0.45
postUserMethod · 0.45
deleteUserMethod · 0.45
userByNameMethod · 0.45
putUserProfileMethod · 0.45
putUserStatusMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected