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