UnknownFailureMessage

data class UnknownFailureMessage(code: Int) : FailureMessage

We allow remote nodes to send us unknown failure codes (e.g. deprecated failure codes). By reading the PERM and NODE bits of the failure code we can still extract useful information for payment retry even without knowing how to decode the failure payload (but we can't extract a channel update or onion hash).

Constructors

UnknownFailureMessage
Link copied to clipboard
common
fun UnknownFailureMessage(code: Int)

Properties

code
Link copied to clipboard
common
open override val code: Int
message
Link copied to clipboard
common
open override val message: String