Modern C++ Kafka API
|
Specific exception for Kafka clients. More...
#include <KafkaException.h>
Public Member Functions | |
KafkaException (const char *filename, std::size_t lineno, const Error &error) | |
const Error & | error () const |
Obtains the underlying error. | |
const char * | what () const noexcept override |
Obtains explanatory string. | |
Specific exception for Kafka clients.