esp/bme680-demo/build/esp_err_codes/esp_common_err_codes.csv
2026-06-24 23:13:57 +02:00

1.9 KiB

1namevaluefilecomment
2ESP_FAIL-1components/esp_common/include/esp_err.hGeneric esp_err_t code indicating failure
3ESP_OK0components/esp_common/include/esp_err.hesp_err_t value indicating success (no error)
4ESP_ERR_NO_MEM257components/esp_common/include/esp_err.hOut of memory
5ESP_ERR_INVALID_ARG258components/esp_common/include/esp_err.hInvalid argument
6ESP_ERR_INVALID_STATE259components/esp_common/include/esp_err.hInvalid state
7ESP_ERR_INVALID_SIZE260components/esp_common/include/esp_err.hInvalid size
8ESP_ERR_NOT_FOUND261components/esp_common/include/esp_err.hRequested resource not found
9ESP_ERR_NOT_SUPPORTED262components/esp_common/include/esp_err.hOperation or feature not supported
10ESP_ERR_TIMEOUT263components/esp_common/include/esp_err.hOperation timed out
11ESP_ERR_INVALID_RESPONSE264components/esp_common/include/esp_err.hReceived response was invalid
12ESP_ERR_INVALID_CRC265components/esp_common/include/esp_err.hCRC or checksum was invalid
13ESP_ERR_INVALID_VERSION266components/esp_common/include/esp_err.hVersion was invalid
14ESP_ERR_INVALID_MAC267components/esp_common/include/esp_err.hMAC address was invalid
15ESP_ERR_NOT_FINISHED268components/esp_common/include/esp_err.hOperation has not fully completed
16ESP_ERR_NOT_ALLOWED269components/esp_common/include/esp_err.hOperation is not allowed
17ESP_ERR_WIFI_BASE12288components/esp_common/include/esp_err.hStarting number of WiFi error codes
18ESP_ERR_MESH_BASE16384components/esp_common/include/esp_err.hStarting number of MESH error codes
19ESP_ERR_FLASH_BASE24576components/esp_common/include/esp_err.hStarting number of flash error codes
20ESP_ERR_HW_CRYPTO_BASE49152components/esp_common/include/esp_err.hStarting number of HW cryptography module error codes
21ESP_ERR_MEMPROT_BASE53248components/esp_common/include/esp_err.hStarting number of Memory Protection API error codes