Update auto-generated bindings
[ldk-java] / ts / enums / CreationError.ts
index 8570e7ca26e145e982734f01fb98a64cf7d34c99..b3ce7f1e1047aaf6d3eab94b4534ef2815cdc9fa 100644 (file)
@@ -1,8 +1,20 @@
 
             export enum CreationError {
-                LDKCreationError_DescriptionTooLong,
-                               LDKCreationError_RouteTooLong,
-                               LDKCreationError_TimestampOutOfBounds,
-                               LDKCreationError_ExpiryTimeOutOfBounds,
+                /**
+ * 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,
                                
             }