#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 38 of file exceptions.hpp.
Public Types | |
| using | ExceptionMap = std::map<std::size_t, std::exception_ptr> |
Public Member Functions | |
| BulkSendException (ExceptionMap nested_exceptions) | |
| const ExceptionMap & | GetExceptions () const noexcept |
| using kafka::BulkSendException::ExceptionMap = std::map<std::size_t, std::exception_ptr> |
Definition at line 42 of file exceptions.hpp.
|
noexcept |