Update auto-updated Java files
[ldk-java] / ts / enums / CreationError.ts
1
2             export enum CreationError {
3                 /**
4  * The supplied description string was longer than 639 __bytes__ (see [`Description::new(...)`](./struct.Description.html#method.new))
5  */
6 LDKCreationError_DescriptionTooLong,
7                                 /**
8  * The specified route has too many hops and can't be encoded
9  */
10 LDKCreationError_RouteTooLong,
11                                 /**
12  * The unix timestamp of the supplied date is <0 or can't be represented as `SystemTime`
13  */
14 LDKCreationError_TimestampOutOfBounds,
15                                 /**
16  * The supplied expiry time could cause an overflow if added to a `PositiveTimestamp`
17  */
18 LDKCreationError_ExpiryTimeOutOfBounds,
19                                 /**
20  * The supplied millisatoshi amount was greater than the total bitcoin supply.
21  */
22 LDKCreationError_InvalidAmount,
23                                 
24             }