error-handling

Installation
SKILL.md

Error Handling

When to Use

Use this skill when the user asks about error handling, checking return codes, debugging ovstage failures, or troubleshooting an operation that failed at enqueue, wait, or fetch.

Inputs

Resolve inputs in this order: existing repository files and referenced snippets, explicit user request, then broader agent context.

  • Failure point: a synchronous call returning ovstage_api_status_t, an async enqueue returning ovstage_enqueue_result_t, an ovstage_wait_op, or a fetch_* call.
  • Error signal available: the returned ovstage_api_status_t code, an enqueue status, an op_id, or the ovstage_op_wait_result_t from a wait.
  • 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.
Installs
4
GitHub Stars
8
First Seen
Jul 26, 2026
error-handling — nvidia-omniverse/ovstage