[C#] Update auto-generated bindings to LDK 0.0.123
[ldk-java] / c_sharp / src / org / ldk / enums / ShortChannelIdError.cs
diff --git a/c_sharp/src/org/ldk/enums/ShortChannelIdError.cs b/c_sharp/src/org/ldk/enums/ShortChannelIdError.cs
new file mode 100644 (file)
index 0000000..7413ae4
--- /dev/null
@@ -0,0 +1,17 @@
+namespace org { namespace ldk { namespace enums {/**
+ * A `short_channel_id` construction error
+ */
+public enum ShortChannelIdError {
+       /**
+        * Block height too high
+        */
+       LDKShortChannelIdError_BlockOverflow,
+       /**
+        * Tx index too high
+        */
+       LDKShortChannelIdError_TxIndexOverflow,
+       /**
+        * Vout index too high
+        */
+       LDKShortChannelIdError_VoutIndexOverflow,
+}} } }