Skip to content

SandboxPathNotFoundError

Defined in: src/sandbox/errors.ts:32

Thrown by Sandbox.listFiles when the path does not exist, distinguishing genuine absence from permission or transport failures (which throw plain errors).

  • Error
new SandboxPathNotFoundError(path): SandboxPathNotFoundError;

Defined in: src/sandbox/errors.ts:33

ParameterType
pathstring

SandboxPathNotFoundError

Error.constructor