@alpaca-software/40kdc-data
    Preparing search index...

    Interface Violation

    A loadout-rule violation. id is the offending weapon/wargear id.

    interface Violation {
        id: string;
        code:
            | "exceeds-max"
            | "below-min"
            | "swap-conflict"
            | "exceeds-allowance"
            | "invalid-model-count";
        message: string;
    }
    Index

    Properties

    Properties

    id: string
    code:
        | "exceeds-max"
        | "below-min"
        | "swap-conflict"
        | "exceeds-allowance"
        | "invalid-model-count"
    message: string