BundledProxyError Type
Reasons `resolve` may fail. Each carries the concrete path the check was against so the GUI can render an actionable message.
Union cases
| Union case |
Description
|
Full Usage:
BundleDirMissing path
Parameters:
string
|
`BUNDLED_VERSION` names a version whose `bundled/
|
Full Usage:
RequiredFileMissing path
Parameters:
string
|
One of `libSkirmishAI.so` / `AIInfo.lua` / `AIOptions.lua` is absent from the bundle dir.
|
Full Usage:
VersionFileMalformed path
Parameters:
string
|
`BUNDLED_VERSION` is empty, or contains more than a single non-blank line.
|
Full Usage:
VersionFileMissing path
Parameters:
string
|
Could not find `BUNDLED_VERSION` — neither the env-var override nor the assembly-relative fallback exists.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsBundleDirMissing
Returns: bool
|
|
Full Usage:
this.IsRequiredFileMissing
Returns: bool
|
|
Full Usage:
this.IsVersionFileMalformed
Returns: bool
|
|
Full Usage:
this.IsVersionFileMissing
Returns: bool
|
|
FSBarV1_Archived