MCPcopy Index your code
hub / github.com/smallstep/cli / contactAdminErr

Function contactAdminErr

command/ssh/ssh.go:280–285  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

278}
279
280func contactAdminErr(err error) error {
281 return &errs.Error{
282 Err: err,
283 Msg: "There is a problem with your step configuration. Please contact an administrator.",
284 }
285}
286
287func debugErr(err error) error {
288 return &errs.Error{

Callers 1

checkHostActionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…