ships.TypeAlias.CalculationIssueReason - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
@elite-dangerous-almanac/core / ships / CalculationIssueReason
CalculationIssueReason =
"missing"|"unresolved"|"disabled"|"shed"|"invalid"
Defined in: src/ships/loadout-calculations.ts:21
Stable reason a build metric could not produce a value.
missing means the shield generator is not fitted; unresolved means a fitted module
or numeric dependency is absent from the supplied data; disabled is the module switch;
shed is the priority budget; and invalid identifies a non-physical known value.