Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
85
func
(e *RequiredParamError) Error() string {
86
return
fmt.Sprintf(
"Query argument %s is required, but not found"
, e.ParamName)
87
}
88
89
type
RequiredHeaderError
struct
{
90
ParamName string
Callers
6
TestLoader
Function · 0.45
Error
Method · 0.45
Error
Method · 0.45
HandlerWithOptions
Function · 0.45
TestServerUrlTheProductionAPIServer
Function · 0.45
TestServerUrlConflictingDefaultEnum
Function · 0.45
Calls
no outgoing calls
Tested by
3
TestLoader
Function · 0.36
TestServerUrlTheProductionAPIServer
Function · 0.36
TestServerUrlConflictingDefaultEnum
Function · 0.36