[Java] Update auto-generated bindings to 0.0.117
[ldk-java] / src / main / java / org / ldk / enums / SocketAddressParseError.java
diff --git a/src/main/java/org/ldk/enums/SocketAddressParseError.java b/src/main/java/org/ldk/enums/SocketAddressParseError.java
new file mode 100644 (file)
index 0000000..f3bdd75
--- /dev/null
@@ -0,0 +1,25 @@
+package org.ldk.enums;
+
+/**
+ * [`SocketAddress`] error variants
+ */
+public enum SocketAddressParseError {
+       /**
+        * Socket address (IPv4/IPv6) parsing error
+        */
+       LDKSocketAddressParseError_SocketAddrParse,
+       /**
+        * Invalid input format
+        */
+       LDKSocketAddressParseError_InvalidInput,
+       /**
+        * Invalid port
+        */
+       LDKSocketAddressParseError_InvalidPort,
+       /**
+        * Invalid onion v3 address
+        */
+       LDKSocketAddressParseError_InvalidOnionV3,
+       ; static native void init();
+       static { init(); }
+}
\ No newline at end of file