Failed
data class Failed(val txHash: String?, val reason: String, val customErrorCode: Int? = null) : TransactionSubmitter.SubmissionResult
Transaction failed (rejected or error).
Constructors
Properties
Link copied to clipboard
The node's ledger error code when the node rejected the tx (e.g. 170 = stale dust spend root), else null. Lets callers apply a targeted recovery (re-sync + retry) without parsing reason. See #287.