Update auto-generated bindings
[ldk-java] / src / main / java / org / ldk / enums / CreationError.java
index c0f494a26172481ecd2148f8053135cbc4235cf3..f46601b3dcf0086a7f828d98846c1ab6e1c364ae 100644 (file)
@@ -4,9 +4,21 @@ package org.ldk.enums;
  * Errors that may occur when constructing a new `RawInvoice` or `Invoice`
  */
 public enum CreationError {
+       /**
+        * The supplied description string was longer than 639 __bytes__ (see [`Description::new(...)`](./struct.Description.html#method.new))
+        */
        LDKCreationError_DescriptionTooLong,
+       /**
+        * The specified route has too many hops and can't be encoded
+        */
        LDKCreationError_RouteTooLong,
+       /**
+        * The unix timestamp of the supplied date is <0 or can't be represented as `SystemTime`
+        */
        LDKCreationError_TimestampOutOfBounds,
+       /**
+        * The supplied expiry time could cause an overflow if added to a `PositiveTimestamp`
+        */
        LDKCreationError_ExpiryTimeOutOfBounds,
        ; static native void init();
        static { init(); }