Uses of Class
org.ldk.structs.PathFailure
-
Packages that use PathFailure Package Description org.ldk.structs -
-
Uses of PathFailure in org.ldk.structs
Subclasses of PathFailure in org.ldk.structs Modifier and Type Class Description static classPathFailure.InitialSendWe failed to initially send the payment and no HTLC was committed to.static classPathFailure.OnPathA hop on the path failed to forward our payment.Fields in org.ldk.structs declared as PathFailure Modifier and Type Field Description PathFailureEvent.PaymentPathFailed. failureExtra error details based on the failure type.PathFailureOption_PathFailureZ.Some. someMethods in org.ldk.structs that return PathFailure Modifier and Type Method Description PathFailurePathFailure. clone()Creates a copy of the PathFailurestatic PathFailurePathFailure. initial_send(APIError err)Utility method to constructs a new InitialSend-variant PathFailurestatic PathFailurePathFailure. on_path(Option_NetworkUpdateZ network_update)Utility method to constructs a new OnPath-variant PathFailureMethods in org.ldk.structs with parameters of type PathFailure Modifier and Type Method Description booleanPathFailure. eq(PathFailure b)Checks if two PathFailures contain equal inner contents.static EventEvent. payment_path_failed(byte[] payment_id, byte[] payment_hash, boolean payment_failed_permanently, PathFailure failure, Path path, Option_u64Z short_channel_id)Utility method to constructs a new PaymentPathFailed-variant Eventstatic Option_PathFailureZOption_PathFailureZ. some(PathFailure o)Constructs a new COption_PathFailureZ containing a crate::lightning::events::PathFailure
-