Uses of Class
org.ldk.structs.ProbingError
-
Packages that use ProbingError Package Description org.ldk.structs -
-
Uses of ProbingError in org.ldk.structs
Subclasses of ProbingError in org.ldk.structs Modifier and Type Class Description static classProbingError.InvoiceAn error resulting from the provided [`Bolt11Invoice`].static classProbingError.SendingAn error occurring when sending a payment probe.Fields in org.ldk.structs declared as ProbingError Modifier and Type Field Description ProbingErrorResult_CVec_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZZProbingErrorZ.Result_CVec_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZZProbingErrorZ_Err. errMethods in org.ldk.structs that return ProbingError Modifier and Type Method Description ProbingErrorProbingError. clone()Creates a copy of the ProbingErrorstatic ProbingErrorProbingError. invoice(String a)Utility method to constructs a new Invoice-variant ProbingErrorstatic ProbingErrorProbingError. sending(ProbeSendFailure a)Utility method to constructs a new Sending-variant ProbingErrorMethods in org.ldk.structs with parameters of type ProbingError Modifier and Type Method Description booleanProbingError. eq(ProbingError b)Checks if two ProbingErrors contain equal inner contents.static Result_CVec_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZZProbingErrorZResult_CVec_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZZProbingErrorZ. err(ProbingError e)Creates a new CResult_CVec_C2Tuple_ThirtyTwoBytesThirtyTwoBytesZZProbingErrorZ in the error state.
-