Developer World
Spresense SDK Library v3.2.0-ebc0364
lte_error_info Struct Reference

#include <lte.h>

Public Attributes

uint8_t err_indicator
 
int32_t err_result_code
 
int32_t err_no
 
char err_string [LTE_ERROR_STRING_MAX_LEN]
 

Detailed Description

Definition of error information used in lte_get_errinfo().

Member Data Documentation

◆ err_indicator

uint8_t err_indicator

Enable error indicator. Bit setting definition is as below.

◆ err_result_code

int32_t err_result_code

Last error code. See 3GPP TS 27.007 9.2

◆ err_no

int32_t err_no

Last error no. See <errno.h>

◆ err_string

char err_string[LTE_ERROR_STRING_MAX_LEN]

Error string use debug only


The documentation for this struct was generated from the following file: