Update auto-generated bindings
[ldk-java] / src / main / java / org / ldk / enums / CreationError.java
diff --git a/src/main/java/org/ldk/enums/CreationError.java b/src/main/java/org/ldk/enums/CreationError.java
new file mode 100644 (file)
index 0000000..c0f494a
--- /dev/null
@@ -0,0 +1,13 @@
+package org.ldk.enums;
+
+/**
+ * Errors that may occur when constructing a new `RawInvoice` or `Invoice`
+ */
+public enum CreationError {
+       LDKCreationError_DescriptionTooLong,
+       LDKCreationError_RouteTooLong,
+       LDKCreationError_TimestampOutOfBounds,
+       LDKCreationError_ExpiryTimeOutOfBounds,
+       ; static native void init();
+       static { init(); }
+}
\ No newline at end of file