# `Tipalti.SOAPFaultError`
[🔗](https://github.com/iamkanishka/tipalti/blob/main/lib/tipalti/error.ex#L92)

Raised when the SOAP API returns a `<soap:Fault>` element.

Fields:

  * `:fault_code` — the `<faultcode>` text.
  * `:fault_string` — the `<faultstring>` text.
  * `:operation` — the SOAP operation that was called.

---

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