DIAGNOSTIC INDEX v1.2

The Logic of Rejection.

A "Failed Code" is not an error. It is a data point. We classify failures into causal categories to provide actionable diagnostics. If you know why it failed, you stop guessing.

Class A: Identity Gating

User-Level Failures
01

New Customer Exclusive

ERR_01

The merchant's logic checks your purchase history. The code is rejected if your email address or IP has completed a prior transaction.

Diagnostic: Use a fresh email address or incognito mode.
02

Loyalty Tier Gate

ERR_02

Valid only for specific account segments (e.g., VIP, Gold Member). Requires authentication to verify tier status.

Diagnostic: Login required. Check account status.

Class B: Cart Composition

Item-Level Failures
05

Sale Item Exclusion

ERR_05

The code logic strictly voids the discount if the cart contains any SKUs already marked down (clearance/sale).

Diagnostic: Remove sale items to test code validity.
06

Brand Exclusion

ERR_06

Common in multi-brand retailers. Specific high-value brands (e.g., Apple, Nike) are hard-coded to reject sitewide offers.

Diagnostic: Check "Exclusions List" in code terms.

Class C: System Constraints

Platform-Level Failures
03

Stacking Conflict

ERR_03

The merchant platform (Shopify/Magento) allows only one "promo object" per session. This code conflicts with an auto-applied offer.

Diagnostic: You must choose the better deal; you cannot have both.
09

Geo-Fencing

ERR_09

The code is restricted to specific shipping zones or IP ranges (e.g., UK Only, Continental US).

Diagnostic: Verify shipping address matches code region.

Diagnose Automatically.

The SimplyCodes Enforcer detects these errors in real-time and tells you exactly why a code failed.

Install the Diagnostic Tool