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
rejectedOutcome rather than thrown. Keeping ordinary "no" answers off the thrown-error path keeps them out of error dashboards and alerts.