MCPcopy 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
548func (e *UnmarshalingParamError) Error() string {
549 return fmt.Sprintf("Error unmarshaling parameter %s as JSON: %s", e.ParamName, e.Err.Error())
550}
551
552func (e *UnmarshalingParamError) Unwrap() error {
553 return e.Err

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected