OutgoingPaymentFailure

data class OutgoingPaymentFailure(reason: FinalFailure, failures: List<OutgoingPayment.Part.Status.Failed>)

Constructors

OutgoingPaymentFailure
Link copied to clipboard
common
fun OutgoingPaymentFailure(reason: FinalFailure, failures: List<Either<ChannelException, FailureMessage>>, completedAt: Long = currentTimestampMillis())

Types

Companion
Link copied to clipboard
common
object Companion

Functions

details
Link copied to clipboard
common
fun details(): String

A detailed summary of the all internal errors. This is targeted at users with technical knowledge of the lightning protocol.

Properties

failures
Link copied to clipboard
common
val failures: List<OutgoingPayment.Part.Status.Failed>
reason
Link copied to clipboard
common
val reason: FinalFailure