Creates a new DenoSandboxError.
constructor(
message: string,
code: DenoSandboxErrorCode,
cause: Error
): DenoSandboxError| Name | Type | Description |
|---|---|---|
message* | string | Human-readable error description |
code* | DenoSandboxErrorCode | Structured error code for programmatic handling |
cause | Error | Original error that caused this error (for debugging) |