|
1 | 1 | x-error-group: |
2 | 2 | TxPoolErrors: |
3 | | - - code: 1000 |
4 | | - message: "ALREADY_KNOWN" |
5 | | - data: "Transaction is already known to the transaction pool" |
| 3 | + - code: 1000 |
| 4 | + message: "Transaction is already known to the transaction pool" |
6 | 5 | x-error-category: "TXPOOL_ERRORS" |
7 | | - - code: 1001 |
8 | | - message: "REPLACEMENT_TRANSACTION_UNDERPRICED" |
9 | | - data: "Replacement transaction is sent without the required price bump" |
| 6 | + - code: 1001 |
| 7 | + message: "Replacement transaction is sent without the required price bump" |
10 | 8 | x-error-category: "TXPOOL_ERRORS" |
11 | | - - code: 1002 |
12 | | - message: "OVERSIZED_DATA" |
13 | | - data: "Oversized data: Transaction input data exceeds the allowed limit" |
| 9 | + - code: 1002 |
| 10 | + message: "Oversized data: Transaction input data exceeds the allowed limit" |
14 | 11 | x-error-category: "TXPOOL_ERRORS" |
15 | | - - code: 1003 |
16 | | - message: "TX_NOT_PERMITTED" |
17 | | - data: "Only replay-protected (EIP-155) transactions allowed over RPC" |
| 12 | + - code: 1003 |
| 13 | + message: "Only replay-protected (EIP-155) transactions allowed over RPC" |
18 | 14 | x-error-category: "TXPOOL_ERRORS" |
19 | | - - code: 1004 |
20 | | - message: "TXPOOL_FULL" |
21 | | - data: "Transaction pool is full" |
| 15 | + - code: 1004 |
| 16 | + message: "Transaction pool is full" |
22 | 17 | x-error-category: "TXPOOL_ERRORS" |
23 | | - - code: 1005 |
24 | | - message: "INVALID_RLP_DATA" |
25 | | - data: "Transaction Data contains invalid RLP encoding" |
| 18 | + - code: 1005 |
| 19 | + message: "Transaction Data contains invalid RLP encoding" |
26 | 20 | x-error-category: "TXPOOL_ERRORS" |
27 | | - - code: 1006 |
28 | | - message: "INVALID_SENDER" |
29 | | - data: "Transaction sender is invalid" |
| 21 | + - code: 1006 |
| 22 | + message: "Transaction sender is invalid" |
30 | 23 | x-error-category: "TXPOOL_ERRORS" |
31 | | - - code: 1007 |
32 | | - message: "NEGATIVE_VALUE" |
33 | | - data: "Transaction with negative value" |
| 24 | + - code: 1007 |
| 25 | + message: "Transaction with negative value" |
34 | 26 | x-error-category: "TXPOOL_ERRORS" |
35 | | - - code: 1008 |
36 | | - message: "SENDER_DENYLISTED" |
37 | | - data: "Transaction sender is denylisted" |
| 27 | + - code: 1008 |
| 28 | + message: "Transaction sender is denylisted" |
38 | 29 | x-error-category: "TXPOOL_ERRORS" |
39 | | - - code: 1009 |
40 | | - message: "RECEIVER_DENYLISTED" |
41 | | - data: "Transaction receiver is denylisted" |
| 30 | + - code: 1009 |
| 31 | + message: "Transaction receiver is denylisted" |
42 | 32 | x-error-category: "TXPOOL_ERRORS" |
43 | | - - code: 1010 |
44 | | - message: "CHAIN_ID_MISMATCH" |
45 | | - data: "Transaction chain ID does not match the expected chain ID" |
| 33 | + - code: 1010 |
| 34 | + message: "Transaction chain ID does not match the expected chain ID" |
46 | 35 | x-error-category: "TXPOOL_ERRORS" |
0 commit comments