error-handling
Installation
SKILL.md
Error Handling
When to Use
Use this skill when the user asks about error handling, checking errors, debugging ovrtx failures, or troubleshooting.
Inputs
Resolve inputs in this order: existing repository files and referenced snippets, explicit user request, then broader agent context.
- Target API surface: Python, C/C++, or both.
- Language and failure point: Python sync call, Python async wait/fetch, C enqueue, C wait, C fetch, or C map/unmap.
- Error signal available to the caller: exception text,
ovrtx_status_t, operation index, result handle, orovrtx_get_last_error(). - Operation being debugged and whether the caller needs recovery, logging, or propagation guidance.
- Repository source snippets referenced below. Treat these snippets as the API source of truth.