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

Function ErrorAPINotDeployed

pkg/operator/resources/errors.go:64–69  ·  view source on GitHub ↗
(apiName string)

Source from the content-addressed store, hash-verified

62}
63
64func ErrorAPINotDeployed(apiName string) error {
65 return errors.WithStack(&errors.Error{
66 Kind: ErrAPINotDeployed,
67 Message: fmt.Sprintf("%s is not deployed", apiName),
68 })
69}
70
71func ErrorAPIIDNotFound(apiName string, apiID string) error {
72 return errors.WithStack(&errors.Error{

Callers 2

DeleteAPIFunction · 0.85

Calls 1

WithStackFunction · 0.92

Tested by

no test coverage detected