MCPcopy 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
107func (e *InvalidParamFormatError) Error() string {
108 return fmt.Sprintf("Invalid format for parameter %s: %s", e.ParamName, e.Err.Error())
109}
110
111func (e *InvalidParamFormatError) Unwrap() error {
112 return e.Err

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected