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