MCPcopy
hub / github.com/semaphoreui/semaphore / NewUserErrorS

Function NewUserErrorS

pkg/common_errors/common_errors.go:20–22  ·  view source on GitHub ↗
(err string)

Source from the content-addressed store, hash-verified

18}
19
20func NewUserErrorS(err string) error {
21 return &UserVisibleError{Err: errors.New(err)}
22}
23
24var ErrInvalidSubscription = errors.New("has no active subscription")
25

Callers 3

DeserializeSecret2Method · 0.92
CreateMethod · 0.92
UpdateMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected