On most platforms this is the same as \p errno but in case of different
runtimes between library and application (e.g., Windows static DLLs)
this provides a means for expsing the errno librdkafka uses.
@remark The value is local to the current calling thread.
@brief Returns the thread-local system errno
On most platforms this is the same as \p errno but in case of different runtimes between library and application (e.g., Windows static DLLs) this provides a means for expsing the errno librdkafka uses.
@remark The value is local to the current calling thread.