Error code dictionary

更新时间:
复制 MD 格式

If an error occurs when you call an IoT Platform API, you can use the error code to locate and resolve the issue.

Common error codes

Error codeError messageDescriptionPossible solution
200successThe request was successful.Not applicable.
400request errorRequest error.Use the error message and logs to identify and fix the problem, or contact technical support.
401request auth errorRequest authentication error.
  • Check whether you logged on using an AppKey and AppSecret.
  • Check whether the AppKey and AppSecret are configured correctly.
  • Check whether the request contains a token.
  • For network provisioning, binding, and device control APIs, check whether the device is bound to the current user.
403request forbiddenThe request is forbidden.
  • Check whether the AppKey and AppSecret are configured correctly.
  • Check whether the AppKey has the required API access permissions.
404service not foundService not found.
  • Check whether the request method is correct.
  • Check whether the URI of the request is correct.
429too many requestsToo many requests.You are making too many requests. Reduce the call frequency or try again later.
460request parameter errorRequest parameter error.The business parameters are invalid. Check whether the business parameters that you uploaded are correct.
batch device amount invalidNumber of unauthorized mass-produced devices.Verify the number of mass-produced devices.
invalid count or offsetInvalid count or offset. `count` must be greater than 0, and `offset` must be greater than or equal to 0.Check whether the values of the `count` (the number of entries to return on each page for a paged query) and `offset` (the query offset) parameters are correct.
500service errorServer-side error.An unknown server-side exception occurred. Contact the service team to resolve the issue.
503service not availableService not available.An unknown server-side exception occurred. Contact the service team to resolve the issue.
2000param is invalidRequest parameter error.
  • Check whether all input parameters are correct.
  • Check whether the ProductKey is correct.
2062identityId does not existThe identityId does not exist.
  • Check whether you are correctly logged on and authenticated.
  • Check whether the iotToken has expired or was transmitted correctly.
2063iotId not existThe device does not exist.Check whether the provided iotId is correct.
2065identityId and iotId not boundThe device and account are not bound.Verify that the current account is bound to the device.
2066identityId is not managerThis user is not an administrator of the device.Check the sharing relationship between the user and the device.
2073this product not support shareThe sharing mode of the device does not support QR code generation. For example, devices in preemptive mode cannot be shared.Before you call the API, check the sharing mode of the device.
2074query msg-center hsf errorAn error occurred when IoT Platform called the Message Center.An unknown server-side exception occurred. Contact the service team.
2075share model not config for this productThe sharing mode is not configured.The sharing mode is not configured for the product. Go to the product development center to configure a sharing mode.
2077can't get identityId by email and mobileThe user's identityId cannot be found based on the phone number or email address.The user does not exist. Enter the information again.
2078not the same initiator when cancel share dev or sceneDifferent initiator.Before you call the API, check whether you initiated the share. You cannot cancel a share that was initiated by another user.
2082receiver has reject shareThe recipient has rejected the share.This share has already been processed. You cannot cancel a share that has been processed.
2085receiver has agree shareThe recipient has accepted the share.This share has already been processed. You cannot cancel a share that has been processed.
2086can not share to oneselfYou cannot share with yourself.Check whether you have set yourself as the recipient of the share.
2087iotId has bind to target userThe device is already bound to the target user.This is a duplicate operation. Before you proceed, check whether the device is already bound to the user.
2088forbidden to repeat launch shareRepeated sharing is not allowed.Check whether a share is already configured.
2093forbidden to repeat cancel sharingRepeated cancellation is not allowed.This is a duplicate operation. Before you proceed, check the status of the share.
2096sharing time expiredThe share has expired.Share the resource again.
2097sharing record not existThe share does not exist.Check whether the share exists.
20050xxx requiredA required parameter is missing.Check whether all required fields for the API are specified.
28538event id is invalid or not existInvalid event alerting ID.Check whether the provided eventId is correct.
5005product not foundThe product was not found.Check whether the ProductKey is correct.
5225query product failedFailed to query the product.Check whether the provided ProductKey is correct.
600SYSTEM_ERRORSystem error.Retry the operation and switch the network provisioning method.
603UNKNOWN_ERRORUnknown error.Contact technical support for a solution.
604SDK_ERRORInternal SDK error.Retry the operation and switch the network provisioning method.
605USER_CANCELThe user canceled network provisioning.Check whether the network provisioning request exists.
606SERVER_FAILServer-side request failed.Check the logs to determine the error type.
607PROVISION_TIMEOUTNetwork provisioning timed out.Try again later.
60101NETWORK_ERRORThe connected Wi-Fi is a 5 GHz network, which is not supported for network provisioning.Prompt the user to switch to a 2.4 GHz network.
60102NETWORK_ERRORWi-Fi is not connected.Prompt the user to turn on Wi-Fi.
60103NETWORK_ERRORCellular data is not enabled or there is no SIM card.Prompt the user that the current network provisioning method requires a SIM card and an active Internet connection.
60201PARAMS_ERRORThe ProductKey is empty.Check whether the `linkType` parameter is empty or unsupported, or whether required parameters are missing.
60202PARAMS_ERRORIncorrect linkType.Check whether the `linkType` parameter is empty or unsupported, or whether required parameters are missing.
60203PARAMS_ERRORIncorrect deviceType.Check whether the `deviceType` parameter is correct, or whether the device is not a Wi-Fi device.
60204PARAMS_ERRORNetwork provisioning parameter error.Check the network provisioning parameters. For example, check whether the provisioning version numbers match.
60205PARAMS_ERRORThe SSID is empty.Provide the correct SSID.
6100device not foundThe device does not exist.Check whether the provided iotId is correct.
6289device is already activeThe provided device information already exists in the cloud.Check whether the device information is being submitted repeatedly.
6608token not foundThe token reported by the device does not exist.The token is a required field. Check whether it has been provided.
9103update data failedUpgrade failed.Query the logs that are reported by the device to locate the error.
9112there is no device existThe device does not exist.Check whether the provided iotId is correct.
9119firmware not existThe firmware does not exist.Check whether the provided version number is correct.
9131invalid deviceInvalid device.Verify that the device status is correct.
9132non-existent job recordThe upgrade job record does not exist.Verify that a firmware upgrade has been performed on the device.
9143upgrade info posted is invalidAn error occurred while the device was reporting the upgrade progress.Verify that the API parameters are correct, or contact technical support for a solution.
9144device count exceededThe device count limit is exceeded.For more information about device quantity limits, see the API documentation.
9146upgrade record not existThe upgrade record does not exist.Verify that the device has completed the firmware upgrade for this version.
9153device auth failedDevice verification failed.Verify that the device status is correct.
10196device exist circleThe device has a circular dependency. A specific property of a specific product cannot repeatedly appear in the Things Communication Alliance (TCA) model.Use the error message and logs to identify and fix the problem, or contact technical support.
10197scene exist circleThe scene has a circular dependency. The scenes that are specified in the action cannot form a closed loop.Check the scene logic for circular dependencies again.
10198scene depth illegalThe nesting depth of the scene is invalid.A scene can have a maximum nesting depth of one judgement node under a logic node. Check for incorrect nesting of logic nodes.
10199scene width illegalThe number of scenes in the action is invalid.Check whether the number of scenes in the action exceeds the limit of 100.
10200scene emptyThis scene does not exist.Verify that the scene exists. After you create a scene, check whether it was created successfully.
20004gateway.backend service errorCheck the current request for incorrect input parameters.Check the current request for incorrect input parameters. For example, a JSON parameter was passed as the JSONString type.
20017Invalid cloudToken or timeoutThe CloudToken is invalid or the request timed out.Use the cloud resource API to obtain a new token, and refresh the token before it expires.
24063query device failedFailed to query device information.Check whether the provided device ID is incorrect or invalid.
28008product not existThe product does not exist.Check whether the product exists.
28036no activation code quotaInsufficient activation code quota.Purchase activation codes.
28038product not releaseThe product is not published.Publish the product.
28044no valid device nameNo valid device name.Check whether the device certificate is correct.
28045device name checkingThe device name is being checked.Check whether the device certificate is correct or try again later.
28046batch has createdThe batch has already been created.Check whether the batch already exists.
28081aliyun account not register phone numberThe Alibaba Cloud account is not associated with a phone number.Associate a phone number with the Alibaba Cloud account.
28082sms send failFailed to send the message.Associate a phone number with the Alibaba Cloud account.
28083The format of the product name is incorrectThe product name format is incorrect.Change the product name to meet the format requirements.
28501project is not existThe project does not exist.Before you perform the operation, check whether the project exists.
28502alarm record is not existThe alert record does not exist.Before you perform the operation, check whether the alert record exists.
28504device is offlineThe device is offline.Before you perform the operation, check whether the device is online.
28505product not existThe product does not exist.Before you perform the operation, check whether the product exists.
28517invalid iot idInvalid iotId.Verify that the provided iotId exists.
28532invalid user infoInvalid user identity information.Verify that the provided user identity ID exists.
28527user not bind with lockThe key is not yet bound to a virtual user.Check whether a user for this lock has been created in the cloud.
28528operation type not supportThe specified virtual user information update operation type is not supported.The specified operation type is incorrect. Check whether the relevant enumeration in the code is correct.
  • 1: Add
  • 2: Update
  • 3: Delete
28529virtual user attr list is emptyThe attribute list of the virtual user is empty.The specified user attributes and attribute values are empty. Check the specified parameter values.
28530lock user has been bound to other virtual userThe key is already bound to another virtual user.Create a new key for the new user.
28551user no register or routerThe user is not bound to a provisioned device or router.Verify that the user is bound successfully.
28560device not existThe device does not exist.Check the provided iotId.
28563ble device bind sign errorBluetooth device signature verification failed.
  • Verify that the settings for the signed device certificate and product are correct.
  • Verify that the signature settings are compliant.
28566product not existThe product does not exist.Check whether a valid ProductKey was provided.
28567device must be gprs deviceThe device must be a GPRS device.Before you perform the operation, check the device network type.
28571device types that are not supportedUnsupported device type.Check whether the device type is correct.
28573No permission to bind the deviceThe current app cannot add this device. Contact after-sales support.Check whether the product that corresponds to this device is an associated product of the app.
28601user device not bindNo user device is attached.Before you perform the operation, confirm the binding relationship between the user and the device.
28603Remove all devices in this group before deleting itDelete the devices in the group before you delete the group.Before you delete a group, confirm that it contains no devices.
28604The group does not existThe group does not exist.Before you perform the operation, confirm that the group exists.
28605"You are not authorized to delete \"all devices\" or the devices in this group.You cannot delete the "all devices" group or the devices in it.Confirm whether the device belongs to the "all devices" group.
29003identityId is nullThe identityId is empty.Check whether the user is logged on to another app.
29004device is unbindThe device is unbound.Confirm that the device is unbound.

Network provisioning error codes

Error codeError descriptionMessage displayed on the public appPossible solution
6221The device is offline.Failed to add the device. Check the device status.Connect the device to the Internet and check its online status.
61701Network provisioning timed out. The target device hot spot was not found.Device hot spot not found. Follow the guide to initialize the device.For device hot spot provisioning, check whether the device has entered provisioning mode.
61702Network provisioning timed out. The target Bluetooth Wi-Fi dual-mode device was not found.Device Bluetooth signal not found. Follow the guide to initialize the device.For Bluetooth-assisted provisioning, check whether the device has entered provisioning mode.
61703Network provisioning timed out. The Bluetooth device connection timed out.The device failed to be added because the Bluetooth connection timed out. Try again.Retry the operation or switch the network provisioning method.
61704Network provisioning timed out. The request to obtain dual-mode device information timed out.The device failed to be added because the request to obtain Bluetooth information timed out. Try again.Retry the operation or switch the network provisioning method.
61705Network provisioning timed out. No target device is connected to the mobile hot spot.No device was found connected to the mobile hot spot. Follow the guide to initialize the device.For mobile hot spot mode, check whether the device has entered provisioning mode.
101600System error.Failed to add the device. Retry or switch the network provisioning method.Retry the operation or switch the network provisioning method.
101602Parameter error.NoneTroubleshoot based on the message prompt.
101603Unknown error.Failed to add the device. Retry or switch the network provisioning method.Retry the operation or switch the network provisioning method.
101603+60301SDK API request failed.Failed to add the device. Retry or switch the network provisioning method.Troubleshoot based on the message prompt or switch the network provisioning method.
101604Internal error or other errors.Failed to add the device. Retry or switch the network provisioning method.Retry the operation or switch the network provisioning method.
101609The request to obtain the local binding token timed out.Failed to add the device. Retry or switch the network provisioning method.Retry the operation or switch the network provisioning method.
101601+60101The connected Wi-Fi is a 5 GHz network, which is not supported for network provisioning.The current network is not supported. Switch to a 2.4 GHz network.Prompt the user to switch to a 2.4 GHz network.
101601+60102Wi-Fi is not connected or was disconnected during the process.The device failed to be added because the request to obtain Bluetooth information timed out. Try again.Prompt the user to turn on Wi-Fi or check the Wi-Fi connection.
101601+60104The AP hot spot was not enabled during mobile hot spot provisioning.The mobile Wi-Fi connection is unstable. Make sure your phone is connected to Wi-Fi and try again.Prompt the user to manually enable the pre-configured hot spot on the phone and then restart network provisioning.
101616+61601Network provisioning failed. The Bluetooth connection was abnormal or failed.The device failed to connect to the router due to poor home network conditions. Try again.Retry the operation or switch the network provisioning method.
101616+61602Network provisioning failed. The Bluetooth connection failed.The device failed to connect to the router due to poor home network conditions. Try again.Retry the operation or switch the network provisioning method.
101616+61605Network provisioning failed. The request to obtain Bluetooth Wi-Fi dual-mode device information failed.Failed to obtain device Bluetooth information. Try again.Retry the operation or switch the network provisioning method.
101616+61609Combo device network provisioning failed.The device failed to be added due to poor mobile network conditions. Try again.Retry the operation or switch the network provisioning method.
101617+61701The hot spot enabled by the device to be provisioned was not found.The device failed to be added due to poor mobile network conditions. Try again.Check whether you selected the wrong provisioning entry point, or whether the device has entered provisioning mode.
101617+61702No combo device was found.The device failed to be added due to poor mobile network conditions. Try again.Check whether you selected the wrong provisioning entry point, or whether the device has entered provisioning mode.
101617+61703Combo device Bluetooth connection failed.The device failed to be added due to poor mobile network conditions. Try again.Restart the Bluetooth switch and then retry the operation.
101617+61706Device hot spot connection failed.The device failed to be added due to poor mobile network conditions. Try again.
  • Check whether the device hot spot exists.
  • Check whether the correct provisioning entry point was selected.
  • Check whether the device has entered provisioning mode.
101617+61709Network provisioning failed. If the mobile network is normal, the device provisioning failed. If the mobile network is abnormal, the network issue caused the failure.The device failed to be added due to poor mobile network conditions. Try again.Retry the network provisioning operation.
101617+61708Network provisioning failed. The device hot spot connected successfully, but both the mobile network and Wi-Fi are disconnected.The device failed to be added due to poor mobile network conditions. Try again.Retry the network provisioning operation.
101618An error message is returned from the device, which usually indicates a failure to connect to the cloud. For more information, see the device-side error codes at the bottom of this document.The device failed to be added due to poor mobile network conditions. Try again.Retry the network provisioning operation.
999103A connection exception or timeout occurred when the device accessed the cloud API.The device failed to be added due to poor mobile network conditions. Try again.Check the mobile network connection.

Home space error codes

Error codeError messageDescriptionPossible solution
28804Duplicate name.Duplicate home space name.Change the name of the home space.
28805Invalid name.The home space name is invalid. It can contain only letters, numbers, spaces, and Chinese characters.Change the name of the home space to meet the requirements.
28806This feature is not supported by the current app version. Please upgrade to the latest version.This feature is not supported by the current app version. Upgrade to the latest version.Upgrade the app to the latest version.
28807Up to 100 devices can be added.You can add a maximum of 100 devices.Confirm the number of devices that have been added.
28808The maximum number of room that you can create is exceeded.You can create a maximum of 20 rooms.Confirm the number of rooms that have been created.
28809The maximum number of home that you can create is exceeded.You can create a maximum of 10 homes.Confirm the number of homes that have been created.
28810Under the low limit of the number of home.You cannot delete the home. You must keep at least one home.Verify that there is only one home.
28811One device only can be added to one group.A device can be added to only one device group.Confirm whether a device group exists.
28812Only letters,numbers and Chinese characters are supported. Must be less than 20 characters.Only letters, numbers, spaces, and Chinese characters are supported. The maximum length is 20 characters.Modify the parameters as required.
28813Only letters,numbers and Chinese characters are supported. Must be less than 40 characters.Only letters, numbers, spaces, and Chinese characters are supported. The maximum length is 40 characters.Modify the parameters as required.
28820Add at least 2 devices.Add at least 2 devices.Confirm the current number of devices.
28821Up to 20 groups can be added.You can add a maximum of 20 device groups.Confirm the current number of device groups.
28823Up to 100 devices can be added.You can add a maximum of 100 devices.Confirm the current number of devices.

Common return codes

Result codeDescription
0The operation was successful.
100001The AccessToken has expired.
100002Failed to exchange the code for an AccessToken.
100003The RefreshToken has expired or is invalid.
100004The AccessToken is invalid because the user changed their password or revoked authorization.
100005The AccessToken is invalid.
100006Invalid OpenId.
110000A general system error occurred. If other errors cannot be listed, contact the third-party vendor.

Device-side error codes

Error codeDevice statusError code descriptionMessage displayed on the appSolution
50176 (0xC400)Provisioning preparation phaseWi-Fi driver failed.Failed to add the device. Try again.Restart the device and try again, or return it to the factory for inspection.
50208 (0xC420)Failed to start network provisioning.Failed to add the device. Try again.Restart the device and try again, or return it to the factory for inspection.
50240 (0xC440)One-click provisioningThe request to obtain the SSID and password of the access point (AP) timed out.The device timed out connecting to Wi-Fi. Try again.Restart the Wi-Fi switch and then retry the operation.
50241 (0xC441)The provisioning protocol version sent from the peer does not match.The device is not working correctly. Contact after-sales support or submit feedback.Check the provisioning protocol version numbers on the mobile client and the device.
50242 (0xC442)Provisioning message verification error.The device is not working correctly. Contact after-sales support or submit feedback.Verify that the device firmware and device certificate are correct.
50243 (0xC443)An error occurred while decoding the SSID and password of the AP.The device is not working correctly. Contact after-sales support or submit feedback.Verify that the device firmware and device certificate are correct.
50272 (0xC460)Device hot spot provisioningFailed to enable the device hot spot.Failed to add the device. Try again.Restart the device and try again, or return it to the factory for inspection.
50273 (0xC461)Timed out waiting for the app to connect after the device hot spot was enabled.The device timed out waiting for the phone to connect. Try again.Confirm the behavior of the peer and retry the operation.
50274 (0xC462)The device did not receive the SSID and password after the app connected to the device hot spot.The device timed out connecting to Wi-Fi. Try again.Restart the device and try again, or return it to the factory for inspection.
50275 (0xC463)During device hot spot provisioning, the provisioning protocol version sent from the peer does not match.The device is not working correctly. Contact after-sales support or submit feedback.Check the version numbers on the mobile client and the device, or confirm that the provisioning package data sent from the app is correct.
50276 (0xC464)Provisioning message verification error.The device is not working correctly. Contact after-sales support or submit feedback.Verify that the device firmware and device certificate are correct, or return the device to the factory for inspection.
50277 (0xC465)An error occurred while decoding the SSID and password of the AP.The device is not working correctly. Contact after-sales support or submit feedback.Verify that the device firmware and device certificate are correct.
50278 (0xC466)Failed to switch the device hot spot to station mode.Failed to switch the device hot spot. Try again.Restart the device and try again, or return it to the factory for inspection.
50304 (0xC480)Zero-touch provisioningThe wait for zero-configuration provisioning timed out. The device did not receive the SSID and password.The device timed out connecting to Wi-Fi. Try again.Retry the network provisioning operation.
50305 (0xC481)The provisioning protocol version sent from the peer does not match.The device is not working correctly. Contact after-sales support or submit feedback.Check whether the version numbers on the mobile client and the device are confirmed.
50306 (0xC482)Provisioning message verification error.The device is not working correctly. Contact after-sales support or submit feedback.Verify that the device firmware and device certificate are correct.
50307 (0xC483)An error occurred while decoding the SSID and password of the AP.The device is not working correctly. Contact after-sales support or submit feedback.Verify that the device firmware and device certificate are correct.
50336 (0xC4A0)Bluetooth-assisted provisioningFailed to enable BLE broadcasting.Device Bluetooth initialization failed. Try again.Restart the device and try again, or return it to the factory for inspection.
50337 (0xC4A1)Failed to establish a BLE connection.Device Bluetooth connection failed. Try again.Verify that the Bluetooth signal and device certificate are correct.
50338 (0xC4A2)The device did not receive the SSID and password after a BLE connection was established.The device timed out connecting to Wi-Fi. Try again.Retry the network provisioning operation.
50339 (0xC4A3)During Bluetooth-assisted provisioning, the provisioning protocol version sent from the peer does not match.The device is not working correctly. Contact after-sales support or submit feedback.Check whether the version numbers on the mobile client and the device are confirmed.
50340 (0xC4A4)Provisioning message verification error.The device is not working correctly. Contact after-sales support or submit feedback.Verify that the device firmware and device certificate are correct.
50341 (0xC4A5)An error occurred while decoding the SSID and password of the AP.The device is not working correctly. Contact after-sales support or submit feedback.An error occurred while parsing the provisioning message. Verify that the device firmware and device certificate are correct.
50342 (0xC4A6)Failed to disconnect the BLE connection.Bluetooth disconnection failed. Try again.Bluetooth disconnection failed. Disconnect the Bluetooth connection from the phone or restart the device.
50343 (0xC4A7)Failed to disable BLE broadcasting.Bluetooth failed to turn off. Try again.Restart the device and try again, or return it to the factory for inspection.
50400 (0xC4E0)Router connection statusThe router cannot be found.No available Wi-Fi network was found. Check the following items and try again:
  • Is the Wi-Fi signal normal?
  • Is the device far from the router?
  • Is the router's Wi-Fi network correct?
Confirm the router signal, that the SSID was entered correctly, and that the router is operating on the 2.4 GHz frequency band.
50401 (0xC4E1)Connection failed because the router signal is too weak (RSSI information attached).The device failed to connect to Wi-Fi. Check the following items and try again:
  • Is the Wi-Fi signal normal?
  • Is the device far from the router?
Confirm the router signal and the distance between the device and the router.
50402 (0xC4E2)Router connection authentication failed.The device failed to connect to Wi-Fi. Re-enter the correct Wi-Fi password.Confirm that the SSID and password entered during the provisioning phase are correct.
50403 (0xC4E3)Failed to obtain an IP address.The device failed to connect to Wi-Fi. Check whether the router settings are normal.Check whether the router is working correctly and confirm whether another station (STA) can join.
50404 (0xC4E4)Failed to announce locally to the connected router.The device is not working correctly. Try again.Restart the device and retry the operation.
50432 (0xC500)Cloud connection statusHTTPS initialization failed.Device initialization failed. Try again.Restart the device and try again, or return it to the factory for inspection.
50433 (0xC501)HTTPS domain name resolution failed (domain information attached).Device domain name resolution failed. Check whether the current Wi-Fi network is normal.Check whether the current router network is normal.
50434 (0xC502)HTTPS pre-authentication failed (authentication timed out).The device timed out connecting to Wi-Fi. Check whether the current Wi-Fi network is normal.Check whether the current router network is normal, or check whether the pre-authentication data contains invalid fields.
50435 (0xC503)HTTPS pre-authentication failed (device certificate error).The device is not working correctly. Contact after-sales support or submit feedback.Verify that the device certificate is correct, or troubleshoot the issue based on the code returned from the cloud.
50436 (0xC504)Failed to start MQTT.Device initialization failed. Try again.Restart the device and try again, or return it to the factory for inspection.
50437 (0xC505)MQTT connection to the cloud timed out.The device timed out connecting to Wi-Fi. Check whether the current Wi-Fi network is normal.Check whether the current router network is normal.
50438 (0xC506)MQTT authentication failed.The device is not working correctly. Contact after-sales support or submit feedback.Verify that the device certificate is correct, or troubleshoot the issue based on the specific error message.
50439 (0xC507)Failed to start the device CoAP service.Device initialization failed. Try again.Restart the device and try again, or return it to the factory for inspection.
50440 (0xC508)The request to report the device binding token to the cloud timed out.The device timed out connecting to Wi-Fi. Check whether the current Wi-Fi network is normal.Check whether the current router network is normal.
50441 (0xC509)An error occurred in the response message that was returned from the cloud for the device binding token report.The device is not working correctly. Contact after-sales support or submit feedback.Troubleshoot the issue based on the error message in the cloud response.
50442 (0xC50A)The token query request message that was received from another device on the same local area network is invalid.The device is not working correctly. Contact after-sales support or submit feedback.Query the cloud request message to determine the specific reason.
50443 (0xC50B)Failed to reply to a token query from another device on the same local area network.The device is not working correctly. Contact after-sales support or submit feedback.The API call failed. Restart the device and retry the operation.