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

Function debugErr

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

Source from the content-addressed store, hash-verified

285}
286
287func debugErr(err error) error {
288 return &errs.Error{
289 Err: err,
290 Msg: "An error occurred in the step process. Please contact an administrator.",
291 }
292}
293
294// createPrincipalsFromSubject create default principals names for a subject. By
295// default it would be the sanitized version of the subject, but if the subject

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…