SandboxTimeoutError
Defined in: src/sandbox/errors.ts:11
Thrown by sandbox execution when the configured timeout elapses.
Extends
Section titled “Extends”Error
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new SandboxTimeoutError(seconds): SandboxTimeoutError;Defined in: src/sandbox/errors.ts:12
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
seconds | number |
Returns
Section titled “Returns”SandboxTimeoutError
Overrides
Section titled “Overrides”Error.constructor