mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2025-11-04 20:48:00 +00:00
intial polling version
This commit is contained in:
@@ -108,4 +108,15 @@ Error ConsumerException::get_error() const {
|
||||
return error_;
|
||||
}
|
||||
|
||||
// QueueException
|
||||
|
||||
QueueException::QueueException(Error error)
|
||||
: Exception(error.to_string()), error_(error) {
|
||||
|
||||
}
|
||||
|
||||
Error QueueException::get_error() const {
|
||||
return error_;
|
||||
}
|
||||
|
||||
} // cppkafka
|
||||
|
||||
Reference in New Issue
Block a user