ErrorTransaction

fun ErrorTransaction(id: String, kind: TransactionKind, status: TransactionStatus, moreInfoUrl: String, startedAt: Instant, message: String? = null, statusEta: String? = null, kycVerified: Boolean? = null, amountInAsset: String? = null, amountIn: String? = null, amountOutAsset: String? = null, amountOut: String? = null, amountFeeAsset: String? = null, amountFee: String? = null, completedAt: String? = null, stellarTransactionId: String? = null, externalTransactionId: String? = null, refunds: Refunds? = null, from: PublicKeyPair? = null, to: PublicKeyPair? = null, depositMemo: String? = null, depositMemoType: MemoType? = null, claimableBalanceId: String? = null, withdrawalMemo: String? = null, withdrawalMemoType: MemoType? = null, withdrawAnchorAccount: String? = null)