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

TypeAlias Error

error.go:12–12  ·  view source on GitHub ↗

Error represents the different error codes that may be returned by kafka. https://kafka.apache.org/protocol#protocol_error_codes

Source from the content-addressed store, hash-verified

10// Error represents the different error codes that may be returned by kafka.
11// https://kafka.apache.org/protocol#protocol_error_codes
12type Error int
13
14const (
15 Unknown Error = -1

Callers 15

HeartbeatMethod · 0.70
connectMethod · 0.70
saslHandshakeRoundTripFunction · 0.70
findCoordinatorMethod · 0.70
heartbeatMethod · 0.70
joinGroupMethod · 0.70
leaveGroupMethod · 0.70
listGroupsMethod · 0.70
offsetCommitMethod · 0.70
offsetFetchMethod · 0.70
syncGroupMethod · 0.70
readOffsetMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected