Type Alias: SandboxPathRejection
ts
type SandboxPathRejection = "nul" | "home" | "absolute-host" | "device" | "unc";Defined in: src/batteries/sandbox/paths.ts:6
Why a path was rejected outright, before any normalisation.