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:548–550 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
546
}
547
548
func
(e *UnmarshalingParamError) Error() string {
549
return
fmt.Sprintf(
"Error unmarshaling parameter %s as JSON: %s"
, e.ParamName, e.Err.Error())
550
}
551
552
func
(e *UnmarshalingParamError) Unwrap() error {
553
return
e.Err
Callers
nothing calls this directly
Calls
1
Error
Method · 0.45
Tested by
no test coverage detected