librdkafka
The Apache Kafka C/C++ client library
rd_kafka_err_desc Struct Reference

Error code value, name and description. Typically for use with language bindings to automatically expose the full set of librdkafka error codes. More...

#include <rdkafka.h>

Data Fields

rd_kafka_resp_err_t code
 
const char * name
 
const char * desc
 

Detailed Description

Error code value, name and description. Typically for use with language bindings to automatically expose the full set of librdkafka error codes.

Field Documentation

◆ code

rd_kafka_resp_err_t rd_kafka_err_desc::code

Error code

◆ name

const char* rd_kafka_err_desc::name

Error name, same as code enum sans prefix

◆ desc

const char* rd_kafka_err_desc::desc

Human readable error description.


The documentation for this struct was generated from the following file: