Uses of Class
org.ldk.enums.FailureCode
-
Packages that use FailureCode Package Description org.ldk.enums org.ldk.impl org.ldk.structs -
-
Uses of FailureCode in org.ldk.enums
Methods in org.ldk.enums that return FailureCode Modifier and Type Method Description static FailureCode
FailureCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static FailureCode[]
FailureCode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FailureCode in org.ldk.impl
Methods in org.ldk.impl that return FailureCode Modifier and Type Method Description static FailureCode
bindings. FailureCode_clone(long orig)
static FailureCode
bindings. FailureCode_incorrect_or_unknown_payment_details()
static FailureCode
bindings. FailureCode_required_node_feature_missing()
static FailureCode
bindings. FailureCode_temporary_node_failure()
Methods in org.ldk.impl with parameters of type FailureCode Modifier and Type Method Description static void
bindings. ChannelManager_fail_htlc_backwards_with_reason(long this_arg, byte[] payment_hash, FailureCode failure_code)
-
Uses of FailureCode in org.ldk.structs
Methods in org.ldk.structs with parameters of type FailureCode Modifier and Type Method Description void
ChannelManager. fail_htlc_backwards_with_reason(byte[] payment_hash, FailureCode failure_code)
This is a variant of [`ChannelManager::fail_htlc_backwards`] that allows you to specify the reason for the failure.
-