MCPcopy
hub / github.com/koderover/zadig / Error

Method Error

pkg/tool/errors/errors.go:27–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25type IHTTPError interface {
26 Code() int
27 Error() string
28 Message() string
29 Desc() string
30 Extra() map[string]interface{}

Callers 15

ExecMethod · 0.65
SearchAndSyncUserFunction · 0.65
GetUserFunction · 0.65
GenerateAPITokenFunction · 0.65
GetUserSettingFunction · 0.65
SearchUserByAccountFunction · 0.65
SearchUsersFunction · 0.65
mergeUserLoginFunction · 0.65
SearchUsersByUIDsFunction · 0.65
DeleteUserByUIDFunction · 0.65
CreateUserFunction · 0.65

Implementers 1

HTTPErrorpkg/tool/errors/errors.go

Calls

no outgoing calls