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

Function ErrorClusterDebug

cli/cmd/errors.go:173–179  ·  view source on GitHub ↗
(out string)

Source from the content-addressed store, hash-verified

171}
172
173func ErrorClusterDebug(out string) error {
174 return errors.WithStack(&errors.Error{
175 Kind: ErrClusterDebug,
176 Message: out,
177 NoPrint: true,
178 })
179}
180
181func ErrorClusterRefresh(out string) error {
182 return errors.WithStack(&errors.Error{

Callers 1

cmdDebugFunction · 0.85

Calls 1

WithStackFunction · 0.92

Tested by

no test coverage detected