Skip to main content

Stable mapping

Error handling recommendation

  • Parse stderr envelope on non-zero exits.
  • Branch logic on error.code.
  • Use retries only for transient types (11, 12).
  • For execution commands, treat 23 as potentially recoverable (for example increase --step-timeout/--timeout and retry).