MCPcopy Create free account
hub / github.com/dolanor/rip / Error

Method Error

error.go:189–191  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

187}
188
189func (e badRequestError) Error() string {
190 return "bad request: " + e.origin.Error()
191}
192
193func (e badRequestError) Unwrap() error {
194 err := errors.Unwrap(e.origin)

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected