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

Function ErrorClusterUIDsLimitInBucket

cli/cmd/errors.go:287–292  ·  view source on GitHub ↗
(bucket string)

Source from the content-addressed store, hash-verified

285}
286
287func ErrorClusterUIDsLimitInBucket(bucket string) error {
288 return errors.WithStack(&errors.Error{
289 Kind: ErrClusterUIDsLimitInBucket,
290 Message: fmt.Sprintf("detected too many top level folders in %s bucket; please empty your bucket and try again", bucket),
291 })
292}

Callers 1

Calls 1

WithStackFunction · 0.92

Tested by

no test coverage detected