We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 337b8de + a647883 commit cfb4391Copy full SHA for cfb4391
lightning/src/events/mod.rs
@@ -368,6 +368,10 @@ pub enum PaymentFailureReason {
368
/// [`PaymentParameters::expiry_time`]: crate::routing::router::PaymentParameters::expiry_time
369
PaymentExpired,
370
/// We failed to find a route while retrying the payment.
371
+ ///
372
+ /// Note that this generally indicates that we've exhausted the available set of possible
373
+ /// routes - we tried the payment over a few routes but were not able to find any further
374
+ /// candidate routes beyond those.
375
RouteNotFound,
376
/// This error should generally never happen. This likely means that there is a problem with
377
/// your router.
0 commit comments