MCPcopy Index your code
hub / github.com/tilt-dev/tilt / Error

Method Error

internal/docker/client.go:133–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131}
132
133func (e ExitError) Error() string {
134 return fmt.Sprintf("Exec command exited with status code: %d", e.ExitCode)
135}
136
137func IsExitError(err error) bool {
138 _, ok := err.(ExitError)

Callers 15

TestJobFailFunction · 0.45
KillProcsMethod · 0.45
ReportMethod · 0.45
TestEnvInitFunction · 0.45
TestValidateNameFunction · 0.45
NewDevServerFunction · 0.45
TestDCTargetValidateFunction · 0.45
TestTopSortFunction · 0.45
TestDoesNotValidateFunction · 0.45
validateAsSubfieldMethod · 0.45

Calls

no outgoing calls

Tested by 15

TestJobFailFunction · 0.36
KillProcsMethod · 0.36
TestEnvInitFunction · 0.36
TestValidateNameFunction · 0.36
TestDCTargetValidateFunction · 0.36
TestTopSortFunction · 0.36
TestDoesNotValidateFunction · 0.36
TestParseHelmV2VersionFunction · 0.36
TestLoadTypoManifestFunction · 0.36
TestFilterYamlNoMatchFunction · 0.36
TestYamlNoneFunction · 0.36