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.RoutingAn error occurring when finding a route.static classPaymentError.SendingAn error occurring when sending a payment.Fields in org.ldk.structs declared as PaymentError Modifier and Type Field Description PaymentErrorResult_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. routing(LightningError a)Utility method to constructs a new Routing-variant PaymentErrorstatic PaymentErrorPaymentError. sending(PaymentSendFailure 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_PaymentIdPaymentErrorZResult_PaymentIdPaymentErrorZ. err(PaymentError e)Creates a new CResult_PaymentIdPaymentErrorZ in the error state.
-