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

Function ErrorClusterRefresh

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

Source from the content-addressed store, hash-verified

179}
180
181func ErrorClusterRefresh(out string) error {
182 return errors.WithStack(&errors.Error{
183 Kind: ErrClusterRefresh,
184 Message: out,
185 NoPrint: true,
186 })
187}
188
189func ErrorClusterDown(out string) error {
190 return errors.WithStack(&errors.Error{

Callers 1

Calls 1

WithStackFunction · 0.92

Tested by

no test coverage detected