class

Kafka::KafkaException

Inherits Exception / Reference / Object

Constructors

new(err : Int32 | String)
Source

Instance methods

message

If err is an Int32 call rd_kafka_err2str C function to convert to error message, otherwise return err.

Source