MCPcopy Index your code
hub / github.com/cloudflare/cloudflared / Error

Method Error

cmd/cloudflared/cliutil/errors.go:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9type usageError string
10
11func (ue usageError) Error() string {
12 return string(ue)
13}
14
15func UsageError(format string, args ...interface{}) error {
16 if len(args) == 0 {

Callers 8

ExecuteMethod · 0.45
captureErrorFunction · 0.45
WithErrorHandlerFunction · 0.45
RunFunction · 0.45
loginFunction · 0.45
curlFunction · 0.45
getAppURLFunction · 0.45

Calls

no outgoing calls

Tested by 1