X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fenums%2FCreationError.ts;fp=ts%2Fenums%2FCreationError.ts;h=8570e7ca26e145e982734f01fb98a64cf7d34c99;hb=0f5027835d5a668a9b296f6d9e0fe894d3a6956d;hp=0000000000000000000000000000000000000000;hpb=a77a2856c7cd010a7b478cce793f7c9f999284d8;p=ldk-java diff --git a/ts/enums/CreationError.ts b/ts/enums/CreationError.ts new file mode 100644 index 00000000..8570e7ca --- /dev/null +++ b/ts/enums/CreationError.ts @@ -0,0 +1,8 @@ + + export enum CreationError { + LDKCreationError_DescriptionTooLong, + LDKCreationError_RouteTooLong, + LDKCreationError_TimestampOutOfBounds, + LDKCreationError_ExpiryTimeOutOfBounds, + + }