2023-05-22 11:13:48 +08:00
|
|
|
Error Code and Helper Functions
|
2018-06-13 16:07:26 +08:00
|
|
|
================================
|
|
|
|
|
2023-05-22 11:13:48 +08:00
|
|
|
:link_to_translation:`zh_CN:[中文]`
|
|
|
|
|
2018-06-13 16:07:26 +08:00
|
|
|
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>`.
|
|
|
|
|
2023-05-22 11:13:48 +08:00
|
|
|
For the full list of error codes defined in ESP-IDF, see :doc:`Error Codes Reference <../error-codes>`.
|
2018-06-13 16:07:26 +08:00
|
|
|
|
|
|
|
API Reference
|
|
|
|
-------------
|
|
|
|
|
2022-03-24 14:57:51 +08:00
|
|
|
.. include-build-file:: inc/esp_check.inc
|
2019-11-13 11:46:16 +08:00
|
|
|
.. include-build-file:: inc/esp_err.inc
|