Update auto-generated bindings
[ldk-java] / src / main / java / org / ldk / enums / CreationError.java
1 package org.ldk.enums;
2
3 /**
4  * Errors that may occur when constructing a new `RawInvoice` or `Invoice`
5  */
6 public enum CreationError {
7         LDKCreationError_DescriptionTooLong,
8         LDKCreationError_RouteTooLong,
9         LDKCreationError_TimestampOutOfBounds,
10         LDKCreationError_ExpiryTimeOutOfBounds,
11         ; static native void init();
12         static { init(); }
13 }