Update auto-generated bindings
[ldk-java] / ts / enums / Secp256k1Error.ts
1
2             export enum Secp256k1Error {
3                 /**
4  * Signature failed verification
5  */
6 LDKSecp256k1Error_IncorrectSignature,
7                                 /**
8  * Badly sized message ("messages" are actually fixed-sized digests; see the MESSAGE_SIZE constant)
9  */
10 LDKSecp256k1Error_InvalidMessage,
11                                 /**
12  * Bad public key
13  */
14 LDKSecp256k1Error_InvalidPublicKey,
15                                 /**
16  * Bad signature
17  */
18 LDKSecp256k1Error_InvalidSignature,
19                                 /**
20  * Bad secret key
21  */
22 LDKSecp256k1Error_InvalidSecretKey,
23                                 /**
24  * Bad recovery id
25  */
26 LDKSecp256k1Error_InvalidRecoveryId,
27                                 /**
28  * Invalid tweak for add_assign or mul_assign
29  */
30 LDKSecp256k1Error_InvalidTweak,
31                                 /**
32  * tweak_add_check failed on an xonly public key
33  */
34 LDKSecp256k1Error_TweakCheckFailed,
35                                 /**
36  * Didn't pass enough memory to context creation with preallocated memory
37  */
38 LDKSecp256k1Error_NotEnoughMemory,
39                                 
40             }