Class FailureCode.IncorrectOrUnknownPaymentDetails

  • Enclosing class:
    FailureCode

    public static final class FailureCode.IncorrectOrUnknownPaymentDetails
    extends FailureCode
    You may wish to use this when a `payment_preimage` is unknown, or the CLTV expiry of the HTLC is too close to the current block height for safe handling. Using this failure code in [`ChannelManager::fail_htlc_backwards_with_reason`] is equivalent to calling [`ChannelManager::fail_htlc_backwards`].