Uses of Class
org.ldk.structs.PaymentError
-
Packages that use PaymentError Package Description org.ldk.structs -
-
Uses of PaymentError in org.ldk.structs
Subclasses of PaymentError in org.ldk.structs Modifier and Type Class Description static classPaymentError.InvoiceAn error resulting from the provided [`Invoice`] or payment hash.static classPaymentError.SendingAn error occurring when sending a payment.Fields in org.ldk.structs declared as PaymentError Modifier and Type Field Description PaymentErrorResult_NonePaymentErrorZ.Result_NonePaymentErrorZ_Err. errPaymentErrorResult_PaymentIdPaymentErrorZ.Result_PaymentIdPaymentErrorZ_Err. errMethods in org.ldk.structs that return PaymentError Modifier and Type Method Description PaymentErrorPaymentError. clone()Creates a copy of the PaymentErrorstatic PaymentErrorPaymentError. invoice(String a)Utility method to constructs a new Invoice-variant PaymentErrorstatic PaymentErrorPaymentError. sending(RetryableSendFailure a)Utility method to constructs a new Sending-variant PaymentErrorMethods in org.ldk.structs with parameters of type PaymentError Modifier and Type Method Description static Result_NonePaymentErrorZResult_NonePaymentErrorZ. err(PaymentError e)Creates a new CResult_NonePaymentErrorZ in the error state.static Result_PaymentIdPaymentErrorZResult_PaymentIdPaymentErrorZ. err(PaymentError e)Creates a new CResult_PaymentIdPaymentErrorZ in the error state.
-