[Java] Update auto-generated Java bindings
[ldk-java] / src / main / java / org / ldk / enums / CreationError.java
index f46601b3dcf0086a7f828d98846c1ab6e1c364ae..c01ba2ff58d3264e456f827e992d516dd1194fc8 100644 (file)
@@ -13,13 +13,26 @@ public enum CreationError {
         */
        LDKCreationError_RouteTooLong,
        /**
-        * The unix timestamp of the supplied date is <0 or can't be represented as `SystemTime`
+        * The Unix timestamp of the supplied date is less than zero or greater than 35-bits
         */
        LDKCreationError_TimestampOutOfBounds,
        /**
-        * The supplied expiry time could cause an overflow if added to a `PositiveTimestamp`
+        * The supplied millisatoshi amount was greater than the total bitcoin supply.
         */
-       LDKCreationError_ExpiryTimeOutOfBounds,
+       LDKCreationError_InvalidAmount,
+       /**
+        * Route hints were required for this invoice and were missing. Applies to
+        * [phantom invoices].
+        * 
+        * [phantom invoices]: crate::utils::create_phantom_invoice
+        */
+       LDKCreationError_MissingRouteHints,
+       /**
+        * The provided `min_final_cltv_expiry_delta` was less than [`MIN_FINAL_CLTV_EXPIRY_DELTA`].
+        * 
+        * [`MIN_FINAL_CLTV_EXPIRY_DELTA`]: lightning::ln::channelmanager::MIN_FINAL_CLTV_EXPIRY_DELTA
+        */
+       LDKCreationError_MinFinalCltvExpiryDeltaTooShort,
        ; static native void init();
        static { init(); }
 }
\ No newline at end of file