MCPcopy 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
13func (e *ReturnCodeError) Error() string {
14 return fmt.Sprintf("exit code %d", e.ExitCode)
15}

Callers 2

TestGenerateRandomStringFunction · 0.45
TestParseFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestGenerateRandomStringFunction · 0.36
TestParseFunction · 0.36