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

Function ErrorUserIDNotSpecified

pkg/lib/telemetry/errors.go:28–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26)
27
28func ErrorUserIDNotSpecified() error {
29 return errors.WithStack(&errors.Error{
30 Kind: ErrUserIDNotSpecified,
31 Message: "user ID must be specified to enable telemetry",
32 })
33}
34
35func ErrorSentryFlushTimeoutExceeded() error {
36 return errors.WithStack(&errors.Error{

Callers 1

InitFunction · 0.85

Calls 1

WithStackFunction · 0.92

Tested by

no test coverage detected