AWS IoT Over-the-air Update v3.0.0 Error codes & Sub Error codes info

Hi

I am using CC3220SF - LaunchXL along with the AWS FreeRTOS SDK(2 different SDK variants).
I found the following error codes, in the cloud side while using AWS IoT Over-the-air Update v3.0.0 & FreeRTOS OTA V1.1.1.

{‘detailsMap’: {‘reason’: ‘0x01ffd7cf: 0xfffffffe’}}
{‘detailsMap’: {‘reason’: ‘0x01ffd79b: 0xfffffffe’}}
{‘detailsMap’: {‘reason’: ‘0xe3ffd79b: 0xfffffffe’}}
{‘detailsMap’: {‘reason’: ‘0xe0000000: 0xfffffff8’}}
{‘detailsMap’: {‘reason’: ‘0x0000000c: 0x00000004’}}

Can I please get a detailed explanation document, if any of these main error and sub error codes mean and when these errors occur.

Thanks and Regards,
Sai Jnaneswar

Hello @Sai_Jnaneswar,

Apologies for the late response.
The first (or the main) error code is a generic error code whose details can be found here. The second part is platform specific or can have different meaning based on the generic error code.

You can find more details here: Get OTA failure codes.

Hope this helps,
Aniruddha