[C#] Run tests against release library in determinism CI run
[ldk-java] / ts / enums / CreationError.ts
diff --git a/ts/enums/CreationError.ts b/ts/enums/CreationError.ts
deleted file mode 100644 (file)
index b3ce7f1..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-
-            export enum CreationError {
-                /**
- * The supplied description string was longer than 639 __bytes__ (see [`Description::new(...)`](./struct.Description.html#method.new))
- */
-LDKCreationError_DescriptionTooLong,
-                               /**
- * The specified route has too many hops and can't be encoded
- */
-LDKCreationError_RouteTooLong,
-                               /**
- * The unix timestamp of the supplied date is <0 or can't be represented as `SystemTime`
- */
-LDKCreationError_TimestampOutOfBounds,
-                               /**
- * The supplied expiry time could cause an overflow if added to a `PositiveTimestamp`
- */
-LDKCreationError_ExpiryTimeOutOfBounds,
-                               
-            }