ThingsBoard Client SDK
0.16.0
Client SDK to connect with ThingsBoard IoT Platform from IoT devices (Arduino, Espressif, etc.)
Loading...
Searching...
No Matches
src
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
11
enum class
OTA_Failure_Response
:
uint8_t
{
12
RETRY_CHUNK
,
13
RETRY_UPDATE
,
14
RETRY_NOTHING
15
};
16
17
#endif
// OTA_Failure_Response_h
OTA_Failure_Response
OTA_Failure_Response
Possible responses to error states the OTA update might fall into.
Definition:
OTA_Failure_Response.h:11
OTA_Failure_Response::RETRY_CHUNK
@ RETRY_CHUNK
Fetching the current chunk failed somehow, but we can still continue the update we just have to refet...
OTA_Failure_Response::RETRY_UPDATE
@ RETRY_UPDATE
Internal process failed in the OTA that makes the complete already downloaded data not recoverable an...
OTA_Failure_Response::RETRY_NOTHING
@ RETRY_NOTHING
Initally passed arguments are invalid and would cause crashes or the update was forcefully stopped by...
uint8_t
Generated by
1.9.5