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

Function Errorf

protocol/error.go:12–14  ·  view source on GitHub ↗
(msg string, args ...interface{})

Source from the content-addressed store, hash-verified

10func (e Error) Error() string { return string(e) }
11
12func Errorf(msg string, args ...interface{}) Error {
13 return Error(fmt.Sprintf(msg, args...))
14}
15
16const (
17 // ErrNoTopic is returned when a request needs to be sent to a specific.

Callers 4

RoundTripFunction · 0.85
readMessageFunction · 0.85
readFromVersion1Method · 0.85
ReadControlRecordFunction · 0.85

Calls 1

ErrorTypeAlias · 0.70

Tested by

no test coverage detected