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

Method Error

internal/test/server/server.gen.go:560–562  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

558}
559
560func (e *RequiredParamError) Error() string {
561 return fmt.Sprintf("Query argument %s is required, but not found", e.ParamName)
562}
563
564type RequiredHeaderError struct {
565 ParamName string

Callers 4

ErrorMethod · 0.45
ErrorMethod · 0.45
HandlerWithOptionsFunction · 0.45
TestBaseOnlyOverlayFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestBaseOnlyOverlayFunction · 0.36