@pwngh/economy-lab
    Preparing search index...

    Type Alias RejectionCode

    RejectionCode:
        | "INSUFFICIENT_FUNDS"
        | "RISK_DENIED"
        | "FUNDS_IMMATURE"
        | "NOT_ENTITLED"
        | "UNKNOWN_ORDER"
        | "DUPLICATE_ORDER"
        | "UNKNOWN_SUBSCRIPTION"
        | "ALREADY_SUBSCRIBED"
        | "BELOW_MINIMUM"
        | "PAYOUT_TOO_SOON"
        | "PAYEE_UNVERIFIED"
        | "ECONOMY_PAUSED"

    Reasons a well-formed request is declined on a healthy system, returned as a rejected Outcome rather than thrown. Keeping ordinary "no" answers off the thrown-error path keeps them out of error dashboards and alerts.

    Outcomes & reason codes for the full taxonomy.