![]() |
nRF5 SDK
v12.1.0
|
Choose documentation: | nRF5 SDK | S130 SoftDevice API | S132 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
Structure containing info about an error of the type NRF_FAULT_ID_SDK_ERROR. More...
#include <app_error.h>
Data Fields | |
uint16_t | line_num |
uint8_t const * | p_file_name |
uint32_t | err_code |
Structure containing info about an error of the type NRF_FAULT_ID_SDK_ERROR.
uint32_t error_info_t::err_code |
The error code representing the error that occurred.
uint16_t error_info_t::line_num |
The line number where the error occurred.
uint8_t const* error_info_t::p_file_name |
The file in which the error occurred.