Package org.ldk.structs
Class PaymentSendFailure.AllFailedRetrySafe
- java.lang.Object
-
- org.ldk.structs.PaymentSendFailure
-
- org.ldk.structs.PaymentSendFailure.AllFailedRetrySafe
-
- Enclosing class:
- PaymentSendFailure
public static final class PaymentSendFailure.AllFailedRetrySafe extends PaymentSendFailure
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.PaymentSendFailure
PaymentSendFailure.AllFailedRetrySafe, PaymentSendFailure.ParameterError, PaymentSendFailure.PartialFailure, PaymentSendFailure.PathParameterError
-
-
Field Summary
Fields Modifier and Type Field Description APIError[]
all_failed_retry_safe
-
Method Summary
-
Methods inherited from class org.ldk.structs.PaymentSendFailure
all_failed_retry_safe, clone, finalize, parameter_error, partial_failure, path_parameter_error
-
-
-
-
Field Detail
-
all_failed_retry_safe
public final APIError[] all_failed_retry_safe
-
-