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 class
PaymentSendFailure.AllFailedRetrySafe
static class
PaymentSendFailure.ParameterError
static class
PaymentSendFailure.PartialFailure
static class
PaymentSendFailure.PathParameterError
Fields in org.ldk.structs declared as PaymentSendFailure Modifier and Type Field Description PaymentSendFailure
Result_NonePaymentSendFailureZ.Result_NonePaymentSendFailureZ_Err. err
PaymentSendFailure
Result_PaymentHashPaymentSendFailureZ.Result_PaymentHashPaymentSendFailureZ_Err. err
Methods in org.ldk.structs that return PaymentSendFailure Modifier and Type Method Description static PaymentSendFailure
PaymentSendFailure. all_failed_retry_safe(APIError[] a)
Utility method to constructs a new AllFailedRetrySafe-variant PaymentSendFailurePaymentSendFailure
PaymentSendFailure. clone()
Creates a copy of the PaymentSendFailurestatic PaymentSendFailure
PaymentSendFailure. parameter_error(APIError a)
Utility method to constructs a new ParameterError-variant PaymentSendFailurestatic PaymentSendFailure
PaymentSendFailure. partial_failure(Result_NoneAPIErrorZ[] a)
Utility method to constructs a new PartialFailure-variant PaymentSendFailurestatic PaymentSendFailure
PaymentSendFailure. 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_NonePaymentSendFailureZ
Result_NonePaymentSendFailureZ. err(PaymentSendFailure e)
Creates a new CResult_NonePaymentSendFailureZ in the error state.static Result_PaymentHashPaymentSendFailureZ
Result_PaymentHashPaymentSendFailureZ. err(PaymentSendFailure e)
Creates a new CResult_PaymentHashPaymentSendFailureZ in the error state.
-