MCPcopy 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
582func (e *InvalidParamFormatError) Error() string {
583 return fmt.Sprintf("Invalid format for parameter %s: %s", e.ParamName, e.Err.Error())
584}
585
586func (e *InvalidParamFormatError) Unwrap() error {
587 return e.Err

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected