Version v23.10.78326

10 Error codes

10.1 Extended error code

AT+USYEC

Syntax AT+USYEC?
+USYEC:<error_code>

Example AT+USYEC?
+USYEC:5
OK

The error code for 5 is U_ERROR_COMMON_INVALID_PARAMETER, meaning that the parameter on the last AT command was invalid. See NORA-W36 u-connectXpress Error codes for more details.

10.2 Extended error codes on/off

This command will enable the error code when an ERROR is received for every commands.

Syntax AT+USYEE=<extended_errors>

Example AT+USYEE=1
OK
AT+
ERROR:32

The error code for 32 is U_AT_STATUS_INVALID_COMMAND, meaning that the AT command is not correct. See NORA-W36 u-connectXpress Error codes for more details.

10.3 Socket error

Use this commond to get the last error on the Socket used.

Syntax AT+USOE
+USOE:<error_code>

Example AT+USOE
+USOE:107

The error code for 107 is Transport endpoint is not connected, meaning that the socket connection is down. See NORA-W36 u-connectXpress Error codes for more details.