Astarte Device SDK ESP32
ESP32 device SDK for the Astarte platform
|
Astarte types and defines. More...
Go to the source code of this file.
Macros | |
#define | ASTARTE_DEVICE_SDK_MAJOR 1 |
#define | ASTARTE_DEVICE_SDK_MINOR 1 |
#define | ASTARTE_DEVICE_SDK_PATCH 3 |
Typedefs | |
typedef enum astarte_err_t | astarte_err_t |
Enumerations | |
enum | astarte_err_t { ASTARTE_OK = 0 , ASTARTE_ERR = 1 , ASTARTE_ERR_NOT_FOUND = 2 , ASTARTE_ERR_NO_JWT = 3 , ASTARTE_ERR_OUT_OF_MEMORY = 4 , ASTARTE_ERR_ESP_SDK = 5 , ASTARTE_ERR_AUTH = 6 , ASTARTE_ERR_ALREADY_EXISTS = 7 , ASTARTE_ERR_API = 8 , ASTARTE_ERR_HTTP = 9 , ASTARTE_ERR_NVS = 10 , ASTARTE_ERR_NVS_NOT_INITIALIZED = 11 , ASTARTE_ERR_PARTITION_SCHEME = 12 , ASTARTE_ERR_MBED_TLS = 13 , ASTARTE_ERR_IO = 14 , ASTARTE_ERR_INVALID_INTERFACE_PATH = 15 , ASTARTE_ERR_INVALID_QOS = 16 , ASTARTE_ERR_DEVICE_NOT_READY = 17 , ASTARTE_ERR_PUBLISH = 18 , ASTARTE_ERR_INVALID_INTROSPECTION = 19 , ASTARTE_ERR_INVALID_INTERFACE_VERSION = 20 } |
Astarte return codes. More... | |
Astarte types and defines.
enum astarte_err_t |
Astarte return codes.
@detail Astarte Device SDK return codes. ASTARTE_OK is always returned when no errors occurred.