![]() |
nrfxlib API 3.3.99
|
| 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.
| code | Negative error code. |
| src | Source of error. |
| group | Group where error happens or NULL if unknown. |
| id | Command or event id which caused the error or NRF_RPC_ID_UNKNOWN if unknown. |
| packet_type | Type of packet related to this error. |
| file | File where error happens. |
| line | Line number where error happens. |
| func | Function where error happens. |