MCPcopy
hub / github.com/go-kit/kit / parseError

TypeAlias parseError

transport/http/jsonrpc/error.go:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57type parseError string
58
59func (e parseError) Error() string {
60 return string(e)

Callers 2

ServeHTTPMethod · 0.85
TestErrorsSatisfyErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected