Package org.ldk.structs
Class FailureCode.IncorrectOrUnknownPaymentDetails
- java.lang.Object
-
- org.ldk.structs.FailureCode
-
- org.ldk.structs.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`].
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.FailureCode
FailureCode.IncorrectOrUnknownPaymentDetails, FailureCode.InvalidOnionPayload, FailureCode.RequiredNodeFeatureMissing, FailureCode.TemporaryNodeFailure
-
-
Method Summary
-
Methods inherited from class org.ldk.structs.FailureCode
clone, finalize, incorrect_or_unknown_payment_details, invalid_onion_payload, required_node_feature_missing, temporary_node_failure
-
-