We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab5fb13 + 10cdc9b commit f2598a6Copy full SHA for f2598a6
packages/bitcore-wallet-client/src/lib/errors/spec.ts
@@ -67,10 +67,18 @@ var errorSpec = [
67
name: 'INSUFFICIENT_FUNDS_FOR_FEE',
68
message: 'Insufficient funds for fee.'
69
},
70
+ {
71
+ name: 'INSUFFICIENT_ETH_FEE',
72
+ message: 'Your linked ETH wallet does not have enough ETH for fee.'
73
+ },
74
{
75
name: 'LOCKED_FUNDS',
76
message: 'Locked funds.'
77
78
79
+ name: 'LOCKED_ETH_FEE',
80
+ message: 'Your ETH linked wallet funds are locked by pending spend proposals.'
81
82
83
name: 'DUST_AMOUNT',
84
message: 'Amount below dust threshold.'
0 commit comments