# `Stripe.Resources.Tax.Association.TaxTransactionAttempts.Errored`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/tax/association.ex#L60)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Tax.Association.TaxTransactionAttempts.Errored{
  reason: String.t() | nil
}
```

* `reason` - Details on why we couldn't commit the tax transaction. Possible values: `another_payment_associated_with_calculation`, `calculation_expired`, `currency_mismatch`, `original_transaction_voided`, `unique_reference_violation`.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
