Represents a Asynchronous transaction error resource from Horizon API.
Asynchronous transaction error
@type t() :: %Stellar.Horizon.AsyncTransactionError{ errorResultXdr: String.t() | nil, hash: String.t() | nil, tx_status: String.t() | nil }