MCPcopy
hub / github.com/0xERR0R/blocky / Error

Method Error

api/api_server.gen.go:246–248  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

244}
245
246func (e *RequiredParamError) Error() string {
247 return fmt.Sprintf("Query argument %s is required, but not found", e.ParamName)
248}
249
250type RequiredHeaderError struct {
251 ParamName string

Callers 9

DisableBlockingMethod · 0.45
RefreshListsMethod · 0.45
QueryMethod · 0.45
ErrorMethod · 0.45
ErrorMethod · 0.45
HandlerWithOptionsFunction · 0.45
NewStrictHandlerFunction · 0.45
DisableBlockingMethod · 0.45
ListRefreshMethod · 0.45

Calls

no outgoing calls

Tested by 3

DisableBlockingMethod · 0.36
RefreshListsMethod · 0.36
QueryMethod · 0.36