Updated on 2022-02-24 GMT+08:00

LOGIN_IE_REASON IE Parameters

Enumerated Item

Value

Type

Description

LOGIN_REASON_NULL

0

NA

Indicates that the reason is not specified.

LGN_REASON_CONNCET_ERR

1

NA

Indicates a connection failure.

LOGIN_REASON_SERVER_BUSY

2

NA

Indicates that the server is busy.

LOGIN_REASON_AUTH_FAILED

3

NA

Indicates an authentication failure. Developers need to reconnect the device to the IoT platform.

LOGIN_REASON_NET_UNAVAILABLE

4

NA

Indicates that the network is unavailable.

LOGIN_REASON_DEVICE_NOEXIST

5

NA

Indicates that the device does not exist. Developers need to reconnect the device to the IoT platform.

LOGIN_REASON_DEVICE_RMVED

6

NA

Indicates that the device is deleted. Developers need to reconnect the device to the IoT platform.

LOGIN_REASON_UNKNOWN

7

NA

Indicates an unknown reason.