BatchModInstallResultDTO
BatchModInstallResultDTO reports success or failure for one item in a batch download.
Kind
struct
Fields
| Go field | JSON field | Go type | TypeScript type | Optional | Nullable | Description |
|---|---|---|---|---|---|---|
ModID | modId | string | string | No | No | ModID identifies the requested mod. |
VersionID | versionId | string | string | No | No | VersionID identifies the requested release. |
Result | result | ModInstallResultDTO | ModInstallResultDTO | No | No | Result carries the download and installation outcome. |
Error | error | string | string | Yes | No | Error is the human-readable failure description, when the item failed. |
Used by
- ModCatalogController.DownloadModsBatch — return value
Related types
Source
internal/transport/wails/modcatalog_dto.go:264