Skip to content

SBX_E1301 — ExecutionError

A command exited non-zero and the caller asked for that to raise.

Fix

Read `exc.result.stderr`; the exit code is in `exc.result.exit_code`.

Class: sandboxio.errors.ExecutionError · Inherits: SandboxError

Stable URL: https://docs.sandboxio.dev/errors/SBX_E1301. Codes are semver-covered API; this code will not be renamed or repurposed (ADR-0010).

← All error codes