-
Notifications
You must be signed in to change notification settings - Fork 9
/
errorCodes.json
73 lines (73 loc) · 3.09 KB
/
errorCodes.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"LBC001": "Not registered",
"LBC002": "Reentrant call",
"LBC003": "Not EOA",
"LBC004": "Invalid reward percentage",
"LBC005": "Not owner or provider",
"LBC006": "Invalid Status",
"LBC007": "Not allowed",
"LBC008": "Not enough collateral",
"LBC009": "Withdraw collateral first",
"LBC010": "Name must not be empty",
"LBC013": "Accepted quote expiration must be greater than 0",
"LBC017": "API base URL must not be empty",
"LBC018": "Invalid provider type",
"LBC019": "Insufficient funds",
"LBC020": "Sending funds failed",
"LBC021": "Need to resign first",
"LBC022": "Not enough blocks",
"LBC023": "Already resigned",
"LBC024": "Unauthorized",
"LBC025": "Quote already processed",
"LBC026": "Insufficient gas",
"LBC027": "Block timestamp overflow",
"LBC028": "Quote already registered",
"LBC029": "Invalid signature",
"LBC030": "Height must be lower than 2^31",
"LBC031": "Error -303: Failed to validate BTC transaction",
"LBC032": "Error -302: Transaction already processed",
"LBC033": "Error -304: Transaction value is zero",
"LBC034": "Error -305: Transaction UTXO value is below the minimum",
"LBC035": "Error -900: Bridge error",
"LBC036": "Unknown Bridge error",
"LBC037": "Provider not registered",
"LBC038": "LBC: Quote already refunded",
"LBC039": "LBC: Block height overflown",
"LBC040": "LBC: Quote already pegged out",
"LBC041": "LBC: Quote not expired yet",
"LBC042": "LBC: Deposit not found",
"LBC043": "LBC: Quote already refunded",
"LBC044": "LBC: Error on refund user",
"LBC045": "LBC: Quote not processed",
"LBC046": "LBC: Quote expired by date",
"LBC047": "LBC: Quote expired by blocks",
"LBC048": "LBC: Wrong sender",
"LBC049": "LBC: Don't have required confirmations",
"LBC050": "Failed to send refund to LP address",
"LBC051": "Wrong LBC address",
"LBC052": "Bridge is not an accepted contract address",
"LBC053": "BTC refund address must be 21 or 33 bytes long",
"LBC054": "BTC LP address must be 21 bytes long",
"LBC055": "Too low agreed amount",
"LBC056": "Wrong LBC address",
"LBC057": "Too low transferred amount",
"LBC058": "Invalid block height",
"LBC059": "1st block height invalid",
"LBC060": "N block height invalid",
"LBC061": "Invalid header length",
"LBC062": "Slicing out of range",
"LBC063": "Not enough value",
"LBC064": "Pegout finalized",
"LBC065": "Deposit date limit expired",
"LBC066": "Invalid parameters, quote or quoteHash",
"LBC067": "Invalid amount for bitcoin transaction",
"LBC068": "Invalid destination for bitcoin transaction",
"LBC069": "Quote is not related to transaction",
"LBC070": "Liquidity provider already registered",
"LBC071": "Intentional overflow on quote values",
"LBC072": "Minimum collateral for registration can't be lower than 0.6 RBTC",
"LBC073": "Resign delay blocks lower than minimal",
"LBC074": "Error sending fee to DAO",
"LBC075": "Malformed BTC transaction output",
"LBC076": "Invalid information update"
}