MCPcopy
hub / github.com/cortexlabs/cortex / ErrorAPIUpdating

Function ErrorAPIUpdating

pkg/operator/resources/realtimeapi/errors.go:29–34  ·  view source on GitHub ↗
(apiName string)

Source from the content-addressed store, hash-verified

27)
28
29func ErrorAPIUpdating(apiName string) error {
30 return errors.WithStack(&errors.Error{
31 Kind: ErrAPIUpdating,
32 Message: fmt.Sprintf("%s is updating (override with --force)", apiName),
33 })
34}

Callers 2

UpdateAPIFunction · 0.70
RefreshAPIFunction · 0.70

Calls 1

WithStackFunction · 0.92

Tested by

no test coverage detected