Function ::kfr_last_error¶
function kfr_last_error() capi¶
const char* kfr_last_error() Returns the last error message.
CAPI functions that can fail store a description of the most recent exception in a thread-local buffer. Returns an empty string when no error has occurred since the last successful call.
Fully qualified name: kfr_last_error()
Declared at capi.h:154
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.