[Java] Update auto-generated bindings to LDK 0.0.118
[ldk-java] / src / main / java / org / ldk / structs / InvoiceError.java
index 0ac16f01bfa3ae377e3d899d0156620d14245290..658186fe088f4a4021765bea6772fbc0787981b2 100644 (file)
@@ -113,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
         */