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