Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cli/cli
/ errWithExitCode
Struct
errWithExitCode
internal/run/stub.go:109–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
}
108
109
type
errWithExitCode
struct
{
110
message string
111
exitCode int
112
}
113
114
func
(e errWithExitCode) Error() string {
115
return
e.message
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected