Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/oapi-codegen/oapi-codegen
/ Error
Method
Error
internal/test/server/server.gen.go:582–584 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
580
}
581
582
func
(e *InvalidParamFormatError) Error() string {
583
return
fmt.Sprintf(
"Invalid format for parameter %s: %s"
, e.ParamName, e.Err.Error())
584
}
585
586
func
(e *InvalidParamFormatError) Unwrap() error {
587
return
e.Err
Callers
nothing calls this directly
Calls
1
Error
Method · 0.45
Tested by
no test coverage detected