ThingsBoard Client SDK 0.16.0
Client SDK to connect with ThingsBoard IoT Platform from IoT devices (Arduino, Espressif, etc.)
Loading...
Searching...
No Matches
OTA_Failure_Response.h
Go to the documentation of this file.
1#ifndef OTA_Failure_Response_h
2#define OTA_Failure_Response_h
3
4// Library include.
5#include <stdint.h>
6
7
15};
16
17#endif // OTA_Failure_Response_h
OTA_Failure_Response
Possible responses to error states the OTA update might fall into.
Definition: OTA_Failure_Response.h:11
@ RETRY_CHUNK
Fetching the current chunk failed somehow, but we can still continue the update we just have to refet...
@ RETRY_UPDATE
Internal process failed in the OTA that makes the complete already downloaded data not recoverable an...
@ RETRY_NOTHING
Initally passed arguments are invalid and would cause crashes or the update was forcefully stopped by...