MCPcopy Create free account
hub / github.com/Tenderly/tenderly-cli / NewUserError

Function NewUserError

userError/userError.go:20–22  ·  view source on GitHub ↗
(error error, userMessage string)

Source from the content-addressed store, hash-verified

18}
19
20func NewUserError(error error, userMessage string) *UserError {
21 return &UserError{error: error, userMessage: userMessage}
22}
23
24func LogError(err error) {
25 if err == nil {

Callers 15

MustGetConfigMethod · 0.92
MustGetConfigMethod · 0.92
uploadContractsFunction · 0.92
CheckVersionFunction · 0.92
WriteGlobalConfigFunction · 0.92
WriteProjectConfigFunction · 0.92
whoami.goFile · 0.92
init.goFile · 0.92
login.goFile · 0.92
emailLoginFunction · 0.92
ExecuteFunction · 0.92
verifyContractsFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected