Module rdkafka::error [] [src]

Error manipulations.

Enums

KafkaError

Represents all Kafka errors. Check the underlying RDKafkaError to get details.

RDKafkaError

Errors enum Error from the underlying rdkafka library.

Traits

IsError

Verify if the value represents an error condition.

Type Definitions

KafkaResult

Kafka result.