MCPcopy
hub / github.com/danielgtaylor/huma / Error

Method Error

error.go:167–169  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

165}
166
167func (e *errWithHeaders) Error() string {
168 return e.err.Error()
169}
170
171func (e *errWithHeaders) Unwrap() error {
172 return e.err

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.65

Tested by

no test coverage detected