DotNet.Ships.Enumeration.LoadoutEditErrorCode - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Ships / LoadoutEditErrorCode
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/LoadoutEditing.cs:7
Why the hull or the build refused an edit.
ImmutableSlot
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/LoadoutEditing.cs:10
The mount is the cargo hatch, which no edit fills or empties.
RequiredSlot
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/LoadoutEditing.cs:13
The mount is armour or a core internal, which an operational build keeps filled.
IncompatibleModule
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/LoadoutEditing.cs:16
The module does not fit the mount.
DuplicateExclusiveModule
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/LoadoutEditing.cs:19
The build already fits a module of the same one-per-ship family.
ModuleLimitExceeded
Defined in: dotnet/src/EliteDangerousAlmanac/Ships/LoadoutEditing.cs:22
The module would take the build beyond its current allowance.