nrfxlib API 3.3.99
Loading...
Searching...
No Matches

◆ nrf_rpc_err_impl()

void nrf_rpc_err_impl ( int code,
enum nrf_rpc_err_src src,
const struct nrf_rpc_group * group,
uint8_t id,
uint8_t packet_type,
const char * file,
int line,
const char * func )

#include <nrf_rpc/include/nrf_rpc.h>

Report an error to nRF RPC error handler.

This function includes additional debug data.

Parameters
codeNegative error code.
srcSource of error.
groupGroup where error happens or NULL if unknown.
idCommand or event id which caused the error or NRF_RPC_ID_UNKNOWN if unknown.
packet_typeType of packet related to this error.
fileFile where error happens.
lineLine number where error happens.
funcFunction where error happens.