[Java] Update auto-generated bindings to LDK 0.0.118
[ldk-java] / src / main / java / org / ldk / structs / InvoiceError.java
index 8b996d41e95354dcf4e323f59d1151c2f24d4670..658186fe088f4a4021765bea6772fbc0787981b2 100644 (file)
@@ -80,8 +80,10 @@ public class InvoiceError extends CommonBase {
 
        /**
         * Constructs a new InvoiceError given each field
+        * 
+        * Note that erroneous_field_arg (or a relevant inner pointer) may be NULL or all-0s to represent None
         */
-       public static InvoiceError of(org.ldk.structs.ErroneousField erroneous_field_arg, org.ldk.structs.UntrustedString message_arg) {
+       public static InvoiceError of(@Nullable org.ldk.structs.ErroneousField erroneous_field_arg, org.ldk.structs.UntrustedString message_arg) {
                long ret = bindings.InvoiceError_new(erroneous_field_arg == null ? 0 : erroneous_field_arg.ptr, message_arg == null ? 0 : message_arg.ptr);
                Reference.reachabilityFence(erroneous_field_arg);
                Reference.reachabilityFence(message_arg);
@@ -111,6 +113,18 @@ public class InvoiceError extends CommonBase {
                return ret_hu_conv;
        }
 
+       /**
+        * Creates an [`InvoiceError`] with the given message.
+        */
+       public static InvoiceError from_string(java.lang.String s) {
+               long ret = bindings.InvoiceError_from_string(s);
+               Reference.reachabilityFence(s);
+               if (ret >= 0 && ret <= 4096) { return null; }
+               org.ldk.structs.InvoiceError ret_hu_conv = null; if (ret < 0 || ret > 4096) { ret_hu_conv = new org.ldk.structs.InvoiceError(null, ret); }
+               if (ret_hu_conv != null) { ret_hu_conv.ptrs_to.add(ret_hu_conv); };
+               return ret_hu_conv;
+       }
+
        /**
         * Serialize the InvoiceError object into a byte array which can be read by InvoiceError_read
         */