MCPcopy
hub / github.com/segmentio/kafka-go / Error

Struct Error

protocol/fetch/fetch.go:112–114  ·  protocol/fetch/fetch.go::Error

Source from the content-addressed store, hash-verified

110)
111
112type Error struct {
113 Err error
114}
115
116func NewError(err error) *Error {
117 return &Error{Err: err}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected