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

Function ErrorCortexYAMLNotFound

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

Source from the content-addressed store, hash-verified

128}
129
130func ErrorCortexYAMLNotFound() error {
131 return errors.WithStack(&errors.Error{
132 Kind: ErrCortexYAMLNotFound,
133 Message: "no api config file was specified, and ./cortex.yaml does not exist; create cortex.yaml, or reference an existing config file by running `cortex deploy <config_file_path>`",
134 })
135}
136
137func ErrorDockerCtrlC() error {
138 return errors.WithStack(&errors.Error{

Callers 1

getConfigPathFunction · 0.85

Calls 1

WithStackFunction · 0.92

Tested by

no test coverage detected