Package org.ldk.structs
Class PaymentSendFailure.PathParameterError
- java.lang.Object
-
- org.ldk.structs.PaymentSendFailure
-
- org.ldk.structs.PaymentSendFailure.PathParameterError
-
- Enclosing class:
- PaymentSendFailure
public static final class PaymentSendFailure.PathParameterError extends PaymentSendFailure
A parameter in a single path which was passed to send_payment was invalid, preventing us from attempting to send the payment at all. You can freely resend the payment in full (with the parameter error fixed). Because the payment failed outright, no payment tracking is done and no [`Event::PaymentPathFailed`] or [`Event::PaymentFailed`] events will be generated. The results here are ordered the same as the paths in the route object which was passed to send_payment. [`Event::PaymentPathFailed`]: crate::events::Event::PaymentPathFailed [`Event::PaymentFailed`]: crate::events::Event::PaymentFailed
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.PaymentSendFailure
PaymentSendFailure.AllFailedResendSafe, PaymentSendFailure.DuplicatePayment, PaymentSendFailure.ParameterError, PaymentSendFailure.PartialFailure, PaymentSendFailure.PathParameterError
-
-
Field Summary
Fields Modifier and Type Field Description Result_NoneAPIErrorZ[]
path_parameter_error
-
Method Summary
-
Methods inherited from class org.ldk.structs.PaymentSendFailure
all_failed_resend_safe, clone, duplicate_payment, finalize, parameter_error, partial_failure, path_parameter_error
-
-
-
-
Field Detail
-
path_parameter_error
public final Result_NoneAPIErrorZ[] path_parameter_error
-
-