[C#] Update auto-generated bindings to LDK 0.0.123
[ldk-java] / c_sharp / src / org / ldk / enums / PaymentFailureReason.cs
index d0e5774f58603c24c984bc6a6881a33e3478123a..2b1f21d5ba4e81473c9005354b2a87f82b1cf1e4 100644 (file)
@@ -30,6 +30,10 @@ public enum PaymentFailureReason {
        LDKPaymentFailureReason_PaymentExpired,
        /**
         * We failed to find a route while retrying the payment.
+        * 
+        * Note that this generally indicates that we've exhausted the available set of possible
+        * routes - we tried the payment over a few routes but were not able to find any further
+        * candidate routes beyond those.
         */
        LDKPaymentFailureReason_RouteNotFound,
        /**