MCPcopy
hub / github.com/caddyserver/caddy / Error

Method Error

cmd/cobra.go:166–171  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

164}
165
166func (e *exitError) Error() string {
167 if e.Err == nil {
168 return fmt.Sprintf("exiting with status %d", e.ExitCode)
169 }
170 return e.Err.Error()
171}

Callers 6

upgradeBuildFunction · 0.45
cmdRunFunction · 0.45
cmdStopFunction · 0.45
watchConfigFileFunction · 0.45
setResourceLimitsFunction · 0.45

Calls

no outgoing calls