MCPcopy Index your code
hub / github.com/cortexlabs/cortex / ErrorDockerCtrlC

Function ErrorDockerCtrlC

cli/cmd/errors.go:137–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135}
136
137func ErrorDockerCtrlC() error {
138 return errors.WithStack(&errors.Error{
139 Kind: ErrDockerCtrlC,
140 NoPrint: true,
141 NoTelemetry: true,
142 })
143}
144
145func ErrorResponseUnknown(body string, statusCode int) error {
146 msg := body

Callers 1

runManagerFunction · 0.85

Calls 1

WithStackFunction · 0.92

Tested by

no test coverage detected