Error Code Definitions for ra8-firmware.
ra8_err_codes_t ra8_err_t
Canonical error-return type used by every ra8-firmware API.
const ra8_error_interface_t g_ra8_error_sink_log
Production ra8_error_interface_t that pushes reports into the standard ra8_log_error_val backend.
Vtable for an error sink.
void * ctx
Opaque context.
void(* report)(void *ctx, const char *tag, const char *msg, ra8_err_t err)
Record a non-fatal error.