Package org.ldk.structs
Class PaymentSendFailure.ParameterError
- java.lang.Object
-
- org.ldk.structs.PaymentSendFailure
-
- org.ldk.structs.PaymentSendFailure.ParameterError
-
- Enclosing class:
- PaymentSendFailure
public static final class PaymentSendFailure.ParameterError extends PaymentSendFailure
A parameter which was passed to send_payment was invalid, preventing us from attempting to send the payment at all. No channel state has been changed or messages sent to peers, and once you've changed the parameter at error, you can freely retry the payment in full.
-
-
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 APIErrorparameter_error
-
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
-
parameter_error
public final APIError parameter_error
-
-