Appearance
@luminaphoto/lumina-js / Client / WorkerErrorResult
Interface: WorkerErrorResult
Worker error result with proper error information
Properties
| Property | Type | Description |
|---|---|---|
code | ErrorCode | Error code from Shared.ErrorCode |
details? | string | Optional error details |
message | string | Error message |