![]() |
nrfxlib API 3.3.99
|
Error report. More...
#include <nrf_rpc.h>
Data Fields | |
| int | code |
| Error code. | |
| const struct nrf_rpc_group * | group |
| Group where the error occurred or NULL if it is unknown. | |
| enum nrf_rpc_err_src | src |
| Source of the error. | |
| uint8_t | id |
| Command or event id or NRF_RPC_ID_UNKNOWN. | |
| enum nrf_rpc_packet_type | packet_type |
| Type of packet. Value may be outside defined enum values if packet is malformed. | |
| const char * | file |
| File where the error was reported. | |
| int | line |
| Line number where the error was reported. | |
| const char * | func |
| Function where the error was reported. | |
Error report.