Functions | |
void | rte_error_printf (rte_context *context, const char *templ,...) __attribute__((format(printf |
void char * | rte_errstr (rte_context *context) |
void char* rte_errstr | ( | rte_context * | context | ) |
context | Initialized rte_context as returned by rte_context_new(). |
When a RTE function failed you can use this function to get a verbose description of the failure cause, if available.