mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-05 12:25:03 +02:00
docs: add error codes reference
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
Error Codes Reference
|
||||
=====================
|
||||
|
||||
This section lists various error code constants defined in ESP-IDF.
|
||||
|
||||
For general information about error codes in ESP-IDF, see :doc:`Error Handling <../api-guides/error-handling>`.
|
||||
|
||||
.. include:: /_build/inc/esp_err_defs.inc
|
||||
@@ -14,4 +14,5 @@ API Reference
|
||||
Storage <storage/index>
|
||||
System <system/index>
|
||||
Configuration Options <kconfig>
|
||||
Error Codes Reference <error-codes>
|
||||
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
Error Codes and Helper Functions
|
||||
================================
|
||||
|
||||
This section lists definitions of common ESP-IDF error codes and several helper functions related to error handling.
|
||||
|
||||
For general information about error codes in ESP-IDF, see :doc:`Error Handling <../../api-guides/error-handling>`.
|
||||
|
||||
For the full list of error codes defined in ESP-IDF, see :doc:`Error Code Reference <../error-codes>`.
|
||||
|
||||
API Reference
|
||||
-------------
|
||||
|
||||
.. include:: /_build/inc/esp_err.inc
|
||||
|
||||
@@ -19,6 +19,7 @@ System API
|
||||
Base MAC address <base_mac_address>
|
||||
Over The Air Updates (OTA) <ota>
|
||||
ESP pthread <esp_pthread>
|
||||
Error Codes and Helper Functions <esp_err>
|
||||
|
||||
|
||||
Example code for this API section is provided in :example:`system` directory of ESP-IDF examples.
|
||||
|
||||
Reference in New Issue
Block a user