Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
56
func
(e *HandlerError) Error() string {
57
return
e.Err.Error()
58
}
59
60
func
(e *HandlerError) Unwrap() []error {
61
return
[]error{e.Err, interp.ExitStatus(e.ExitCode)}
Callers
15
cmdDel
Function · 0.45
setupDebugHandlers
Function · 0.45
logMetrics
Function · 0.45
TestParallelismFlag
Function · 0.45
InitTelemetry
Function · 0.45
startEbpfProgram
Function · 0.45
main
Function · 0.45
Generate
Function · 0.45
invokeSrc
Function · 0.45
loadGroupListDetails
Function · 0.45
ReactToInput
Method · 0.45
TestCloudEngineUnauth
Function · 0.45
Calls
no outgoing calls
Tested by
2
TestParallelismFlag
Function · 0.36
TestCloudEngineUnauth
Function · 0.36