Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
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
112
type
Error
struct
{
113
Err error
114
}
115
116
func
NewError(err error) *Error {
117
return
&Error{Err: err}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected