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).
Extends
Section titled “Extends”Error
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new SandboxPathNotFoundError(path): SandboxPathNotFoundError;Defined in: src/sandbox/errors.ts:33
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
path | string |
Returns
Section titled “Returns”SandboxPathNotFoundError
Overrides
Section titled “Overrides”Error.constructor