csharp
public enum PlacementFilterWhy a candidate was not scored at all. Doc 27 § Placement's hard filters.
Remarks
Separate values rather than one "excluded", because the whole use of this type is answering "why did I not end up with my guild" — and "the shard your guild is on is running last week's build" and "the shard your guild is on is full" are different conversations.
Fields and properties (8)
NoneIt was scored.
MapA different map.
RegionA different latency zone.
BuildA different build (ADR-022).
ContentA different catalog. This is the one a client that has not updated hits.
NotReadyNot Ready — starting, draining, or gone.
FullAt its hard cap.
AccessIts access list does not admit this player.
Used by (3)
- CandidateVerdictVixen.Live.Orchestrator
- PlacementDirectorVixen.Live.Orchestrator
- PlacementDirectorTestsVixen.Live.Orchestrator.Tests