Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/koderover/zadig
/ AddErr
Method
AddErr
pkg/tool/errors/errors.go:99–102 ·
view source on GitHub ↗
AddErr ...
(err error)
Source
from the content-addressed store, hash-verified
97
98
// AddErr ...
99
func
(e *HTTPError) AddErr(err error) *HTTPError {
100
e.desc = err.Error()
101
return
e
102
}
103
104
// NewWithDesc ...
105
func
NewWithDesc(e error, desc string) error {
Callers
15
CreateUser
Function · 0.80
UpdateUserSetting
Function · 0.80
UpdatePassword
Function · 0.80
Reset
Function · 0.80
UpdateUserSetting
Function · 0.80
SignUp
Function · 0.80
CreateRoleTemplate
Function · 0.80
CreateRoleImpl
Function · 0.80
UpdateRoleImpl
Function · 0.80
UpdateRoleTemplate
Function · 0.80
CreateRoleBindingImpl
Function · 0.80
UpdateRoleBindingForUserImpl
Function · 0.80
Calls
1
Error
Method · 0.65
Tested by
2
TestConnection
Function · 0.64
TestJenkinsConnection
Function · 0.64