LaunchValidationDTO
LaunchValidationDTO reports launch blockers and warnings before starting the game.
Kind
struct
Fields
| Go field | JSON field | Go type | TypeScript type | Optional | Nullable | Description |
|---|---|---|---|---|---|---|
Valid | valid | bool | boolean | No | No | Valid reports whether the instance can start without blocking issues. |
Issues | issues | []string | string[] | No | No | Issues are blocking problems that prevent the launch. |
Warnings | warnings | []string | string[] | No | No | Warnings are non-blocking conditions the user should be aware of. |
Used by
- LaunchController.ValidateLaunch — return value
Source
internal/transport/wails/launch_controller.go:40