Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/devspace-sh/devspace
/ Error
Method
Error
pkg/util/exit/exit.go:13–15 ·
view source on GitHub ↗
Error implements interface
()
Source
from the content-addressed store, hash-verified
11
12
// Error implements interface
13
func
(e *ReturnCodeError) Error() string {
14
return
fmt.Sprintf(
"exit code %d"
, e.ExitCode)
15
}
Callers
2
TestGenerateRandomString
Function · 0.45
TestParse
Function · 0.45
Calls
no outgoing calls
Tested by
2
TestGenerateRandomString
Function · 0.36
TestParse
Function · 0.36