MCPcopy Index your code
hub / github.com/oapi-codegen/oapi-codegen / Error

Method Error

examples/overlay/api/ping.gen.go:85–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83}
84
85func (e *RequiredParamError) Error() string {
86 return fmt.Sprintf("Query argument %s is required, but not found", e.ParamName)
87}
88
89type RequiredHeaderError struct {
90 ParamName string

Callers 6

TestLoaderFunction · 0.45
ErrorMethod · 0.45
ErrorMethod · 0.45
HandlerWithOptionsFunction · 0.45

Calls

no outgoing calls

Tested by 3

TestLoaderFunction · 0.36