MCPcopy
hub / github.com/IBM/sarama / KError

TypeAlias KError

errors.go:175–175  ·  view source on GitHub ↗

KError is the type of error that can be returned directly by the Kafka broker. See https://cwiki.apache.org/confluence/display/KAFKA/A+Guide+To+The+Kafka+Protocol#AGuideToTheKafkaProtocol-ErrorCodes

Source from the content-addressed store, hash-verified

173// KError is the type of error that can be returned directly by the Kafka broker.
174// See https://cwiki.apache.org/confluence/display/KAFKA/A+Guide+To+The+Kafka+Protocol#AGuideToTheKafkaProtocol-ErrorCodes
175type KError int16
176
177// Numeric error codes returned by the Kafka server.
178const (

Callers 8

getKErrorMethod · 0.85
decodeMethod · 0.85
DescribeConfigsMethod · 0.85
AlterConfigMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected