Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
20
func
NewUserErrorS(err string) error {
21
return
&UserVisibleError{Err: errors.New(err)}
22
}
23
24
var
ErrInvalidSubscription = errors.New(
"has no active subscription"
)
25
Callers
3
DeserializeSecret2
Method · 0.92
Create
Method · 0.92
Update
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected