Skip to content

LaunchValidationDTO

LaunchValidationDTO reports launch blockers and warnings before starting the game.

Kind

struct

Fields

Go fieldJSON fieldGo typeTypeScript typeOptionalNullableDescription
ValidvalidboolbooleanNoNoValid reports whether the instance can start without blocking issues.
Issuesissues[]stringstring[]NoNoIssues are blocking problems that prevent the launch.
Warningswarnings[]stringstring[]NoNoWarnings are non-blocking conditions the user should be aware of.

Used by

Source

internal/transport/wails/launch_controller.go:40