#include <userver/kafka/exceptions.hpp>
Base exception thrown by Producer::Send in bulk mode in case of one or more send errors.
Definition at line 34 of file exceptions.hpp.
|
| using | ExceptionMap = std::map<std::size_t, std::exception_ptr> |
| |
|
|
| BulkSendException (ExceptionMap nested_exceptions) |
| |
| const ExceptionMap & | GetExceptions () const noexcept |
| |
◆ ExceptionMap
| using kafka::BulkSendException::ExceptionMap = std::map<std::size_t, std::exception_ptr> |
◆ GetExceptions()
| const ExceptionMap & kafka::BulkSendException::GetExceptions |
( |
| ) |
const |
|
noexcept |
- Returns
- nested errors. Nested exceptions are subclasses of SendException.
The documentation for this class was generated from the following file: