Uses of Class
org.ldk.structs.PaymentSendFailure
-
Packages that use PaymentSendFailure Package Description org.ldk.structs -
-
Uses of PaymentSendFailure in org.ldk.structs
Subclasses of PaymentSendFailure in org.ldk.structs Modifier and Type Class Description static classPaymentSendFailure.AllFailedRetrySafeAll paths which were attempted failed to send, with no channel state change taking place.static classPaymentSendFailure.ParameterErrorA parameter which was passed to send_payment was invalid, preventing us from attempting to send the payment at all.static classPaymentSendFailure.PartialFailureSome paths which were attempted failed to send, though possibly not all.static classPaymentSendFailure.PathParameterErrorA parameter in a single path which was passed to send_payment was invalid, preventing us from attempting to send the payment at all.Fields in org.ldk.structs declared as PaymentSendFailure Modifier and Type Field Description PaymentSendFailureResult_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ.Result_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ_Err. errPaymentSendFailureResult_NonePaymentSendFailureZ.Result_NonePaymentSendFailureZ_Err. errPaymentSendFailureResult_PaymentIdPaymentSendFailureZ.Result_PaymentIdPaymentSendFailureZ_Err. errPaymentSendFailurePaymentError.Sending. sendingMethods in org.ldk.structs that return PaymentSendFailure Modifier and Type Method Description static PaymentSendFailurePaymentSendFailure. all_failed_retry_safe(APIError[] a)Utility method to constructs a new AllFailedRetrySafe-variant PaymentSendFailurePaymentSendFailurePaymentSendFailure. clone()Creates a copy of the PaymentSendFailurestatic PaymentSendFailurePaymentSendFailure. parameter_error(APIError a)Utility method to constructs a new ParameterError-variant PaymentSendFailurestatic PaymentSendFailurePaymentSendFailure. partial_failure(Result_NoneAPIErrorZ[] results, RouteParameters failed_paths_retry, byte[] payment_id)Utility method to constructs a new PartialFailure-variant PaymentSendFailurestatic PaymentSendFailurePaymentSendFailure. path_parameter_error(Result_NoneAPIErrorZ[] a)Utility method to constructs a new PathParameterError-variant PaymentSendFailureMethods in org.ldk.structs with parameters of type PaymentSendFailure Modifier and Type Method Description static Result_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZResult_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ. err(PaymentSendFailure e)Creates a new CResult_C2Tuple_PaymentHashPaymentIdZPaymentSendFailureZ in the error state.static Result_NonePaymentSendFailureZResult_NonePaymentSendFailureZ. err(PaymentSendFailure e)Creates a new CResult_NonePaymentSendFailureZ in the error state.static Result_PaymentIdPaymentSendFailureZResult_PaymentIdPaymentSendFailureZ. err(PaymentSendFailure e)Creates a new CResult_PaymentIdPaymentSendFailureZ in the error state.static PaymentErrorPaymentError. sending(PaymentSendFailure a)Utility method to constructs a new Sending-variant PaymentError
-