docs: Update CN translation for error-handling.rst

This commit is contained in:
Zhang Shuxian
2025-05-21 17:08:45 +08:00
parent 43e2abac14
commit ff408c31c7
5 changed files with 55 additions and 49 deletions

View File

@@ -25,7 +25,7 @@ In certain situations, the execution of the program can not be continued in a we
- Heap integrity check
- Undefined behavior sanitizer (UBSAN) checks
- Failed assertions, via ``assert``, ``configASSERT`` and similar macros.
- Failed assertions, via ``assert``, ``configASSERT`` and :doc:`similar macros </api-guides/error-handling>`.
This guide explains the procedure used in ESP-IDF for handling these errors, and provides suggestions on troubleshooting the errors.