KanduAI SDK API
KanduAI SDK API

API Utils

API Utils description

Functions

boost::any c_api_object_to_any(rf_object_type obj)
rf_object_type any_to_c_api_object(boost::any obj)
class AnyToCApiObjectException : private exception

Public Functions

AnyToCApiObjectException(std::string error_string_, int error_code_)
const char *what() const noexcept override
std::string getErrorString()
int getErrorCode()
~AnyToCApiObjectException()

Private Members

std::string error_string
int error_code