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.AllFailedRetrySafestatic classPaymentSendFailure.ParameterErrorstatic classPaymentSendFailure.PartialFailurestatic classPaymentSendFailure.PathParameterErrorFields in org.ldk.structs declared as PaymentSendFailure Modifier and Type Field Description PaymentSendFailureResult_NonePaymentSendFailureZ.Result_NonePaymentSendFailureZ_Err. errPaymentSendFailureResult_PaymentHashPaymentSendFailureZ.Result_PaymentHashPaymentSendFailureZ_Err. errMethods 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[] a)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_NonePaymentSendFailureZResult_NonePaymentSendFailureZ. err(PaymentSendFailure e)Creates a new CResult_NonePaymentSendFailureZ in the error state.static Result_PaymentHashPaymentSendFailureZResult_PaymentHashPaymentSendFailureZ. err(PaymentSendFailure e)Creates a new CResult_PaymentHashPaymentSendFailureZ in the error state.
-