Package org.ldk.structs
Class PaymentSendFailure.AllFailedResendSafe
- java.lang.Object
-
- org.ldk.structs.PaymentSendFailure
-
- org.ldk.structs.PaymentSendFailure.AllFailedResendSafe
-
- Enclosing class:
- PaymentSendFailure
public static final class PaymentSendFailure.AllFailedResendSafe extends PaymentSendFailure
All paths which were attempted failed to send, with no channel state change taking place. You can freely resend the payment in full (though you probably want to do so over different paths than the ones selected). Because the payment failed outright, no payment tracking is done and no [`Event::PaymentPathFailed`] or [`Event::PaymentFailed`] events will be generated. [`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 APIError[]
all_failed_resend_safe
-
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
-
all_failed_resend_safe
public final APIError[] all_failed_resend_safe
-
-