userver: userver/kafka/exceptions.hpp File Reference
Loading...
Searching...
No Matches
exceptions.hpp File Reference

Detailed Description

Kafka client exceptions.

Definition in file exceptions.hpp.

Go to the source code of this file.

#include <cstdint>
#include <exception>
#include <map>
#include <stdexcept>
#include <string_view>
+ This graph shows which files directly or indirectly include this file:

Classes

class  kafka::SendException
 Base exception thrown by Producer::Send and Producer::SendAsync on send or delivery errors. More...
 
class  kafka::BulkSendException
 Base exception thrown by Producer::Send in bulk mode in case of one or more send errors. More...
 
class  kafka::DeliveryTimeoutException
 
class  kafka::QueueFullException
 
class  kafka::MessageTooLargeException
 
class  kafka::UnknownTopicException
 
class  kafka::UnknownPartitionException
 
class  kafka::OffsetRangeException
 Exception thrown when there is an error retrieving the offset range. More...
 
class  kafka::OffsetRangeTimeoutException
 
class  kafka::TopicNotFoundException
 
class  kafka::GetMetadataException
 Exception thrown when fetching metadata. More...
 
class  kafka::GetMetadataTimeoutException
 
class  kafka::ParseHeadersException
 Exception thrown when parsing consumed messages headers. Message::GetHeaders. More...
 
class  kafka::SeekException
 Exception thrown when Seek* process failed. ConsumerScope::Seek ConsumerScope::SeekToBeginning ConsumerScope::SeekToEnd. More...
 
class  kafka::SeekInvalidArgumentException
 Exception thrown when Seek* arguments are invalid. ConsumerScope::Seek ConsumerScope::SeekToBeginning ConsumerScope::SeekToEnd. More...