Enum rdkafka::error::KafkaError [] [src]

pub enum KafkaError {
    ClientConfig((RDKafkaConfRes, String, String, String)),
    ClientCreation(String),
    ConsumerCreation(String),
    MessageConsumption(RDKafkaRespErr),
    MessageProduction(RDKafkaRespErr),
    Nul(NulError),
    Subscription(String),
    TopicConfig((RDKafkaConfRes, String, String, String)),
    TopicCreation(String),
    PartitionEof,
}

Represents all Kafka errors.

Variants

Trait Implementations

impl Debug for KafkaError
[src]

Formats the value using the given formatter.

impl From<NulError> for KafkaError
[src]

Performs the conversion.