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:107–109 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
105
}
106
107
func
(e *InvalidParamFormatError) Error() string {
108
return
fmt.Sprintf(
"Invalid format for parameter %s: %s"
, e.ParamName, e.Err.Error())
109
}
110
111
func
(e *InvalidParamFormatError) Unwrap() error {
112
return
e.Err
Callers
nothing calls this directly
Calls
1
Error
Method · 0.45
Tested by
no test coverage detected