MCPcopy 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
73func (e *UnmarshalingParamError) Error() string {
74 return fmt.Sprintf("Error unmarshaling parameter %s as JSON: %s", e.ParamName, e.Err.Error())
75}
76
77func (e *UnmarshalingParamError) Unwrap() error {
78 return e.Err

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected