Type Alias MatchFailureReason
MatchFailureReason:
| { code: "CEILING_TOO_LOW"; gapPct: number
| null }
| { code: "QTY_BELOW_TIER"; missingUnits: number }
| {
basis:
| "NO_ELIGIBLE_TIER"
| "MAX_OUTSTANDING_DROP"
| "DETAIL_UNAVAILABLE";
code: "QTY_BELOW_TIER";
missingUnits: null;
}
| { code: "REGION_MISMATCH" }
| { code: "WINDOW_MISMATCH" }
| { code: "SETTLEMENT_MISMATCH" }
| { code: "SELLER_CAPPED" }
| { code: "CAPACITY_MISS" }