MCPcopy Index your code
hub / github.com/dagger/dagger / Error

Method Error

cmd/dagger/shell_exec.go:56–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54}
55
56func (e *HandlerError) Error() string {
57 return e.Err.Error()
58}
59
60func (e *HandlerError) Unwrap() []error {
61 return []error{e.Err, interp.ExitStatus(e.ExitCode)}

Callers 15

cmdDelFunction · 0.45
setupDebugHandlersFunction · 0.45
logMetricsFunction · 0.45
TestParallelismFlagFunction · 0.45
InitTelemetryFunction · 0.45
startEbpfProgramFunction · 0.45
mainFunction · 0.45
GenerateFunction · 0.45
invokeSrcFunction · 0.45
loadGroupListDetailsFunction · 0.45
ReactToInputMethod · 0.45
TestCloudEngineUnauthFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestParallelismFlagFunction · 0.36
TestCloudEngineUnauthFunction · 0.36