Module kafka::error [] [src]

Error struct and methods

Enums

Error

The various errors this library can produce.

KafkaCode

Various errors reported by a remote Kafka server. See also Kafka Errors

Type Definitions

Result

A type for results generated by this crate's functions where the Err type is hard-wired to enums::Error.