Skip to content

BatchModInstallResultDTO

BatchModInstallResultDTO reports success or failure for one item in a batch download.

Kind

struct

Fields

Go fieldJSON fieldGo typeTypeScript typeOptionalNullableDescription
ModIDmodIdstringstringNoNoModID identifies the requested mod.
VersionIDversionIdstringstringNoNoVersionID identifies the requested release.
ResultresultModInstallResultDTOModInstallResultDTONoNoResult carries the download and installation outcome.
ErrorerrorstringstringYesNoError is the human-readable failure description, when the item failed.

Used by

Source

internal/transport/wails/modcatalog_dto.go:264