---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/sandbox/type-aliases/SandboxPathRejection.md
description: 'Why a path was rejected outright, before any normalisation.'
---

# Type Alias: SandboxPathRejection

```ts
type SandboxPathRejection = "nul" | "home" | "absolute-host" | "device" | "unc";
```

Defined in: [src/batteries/sandbox/paths.ts:6](https://github.com/NHTIO/ADK/blob/v1.20260824.1/src/src/batteries/sandbox/paths.ts#L6)

Why a path was rejected outright, before any normalisation.
