Logo FSBarV1_Archived

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

BundleDirMissing path

Full Usage: BundleDirMissing path

Parameters:
    path : string

`BUNDLED_VERSION` names a version whose `bundled//` sibling directory does not exist.

path : string

RequiredFileMissing path

Full Usage: RequiredFileMissing path

Parameters:
    path : string

One of `libSkirmishAI.so` / `AIInfo.lua` / `AIOptions.lua` is absent from the bundle dir.

path : string

VersionFileMalformed path

Full Usage: VersionFileMalformed path

Parameters:
    path : string

`BUNDLED_VERSION` is empty, or contains more than a single non-blank line.

path : string

VersionFileMissing path

Full Usage: VersionFileMissing path

Parameters:
    path : string

Could not find `BUNDLED_VERSION` — neither the env-var override nor the assembly-relative fallback exists.

path : string

Instance members

Instance member Description

this.IsBundleDirMissing

Full Usage: this.IsBundleDirMissing

Returns: bool
Returns: bool

this.IsRequiredFileMissing

Full Usage: this.IsRequiredFileMissing

Returns: bool
Returns: bool

this.IsVersionFileMalformed

Full Usage: this.IsVersionFileMalformed

Returns: bool
Returns: bool

this.IsVersionFileMissing

Full Usage: this.IsVersionFileMissing

Returns: bool
Returns: bool

Type something to start searching.