Skip to content

Commit 8686381

Browse files
committed
add 4444 error in debug namespace
1 parent 141008c commit 8686381

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/debug/getters.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
required: true
66
schema:
77
$ref: '#/components/schemas/BlockNumberOrTag'
8+
errors:
9+
- code: 4444
10+
message: Pruned history unavailable
811
result:
912
name: Header RLP
1013
schema:
@@ -24,6 +27,9 @@
2427
required: true
2528
schema:
2629
$ref: '#/components/schemas/BlockNumberOrTag'
30+
errors:
31+
- code: 4444
32+
message: Pruned history unavailable
2733
result:
2834
name: Block RLP
2935
schema:
@@ -43,6 +49,9 @@
4349
required: true
4450
schema:
4551
$ref: '#/components/schemas/hash32'
52+
errors:
53+
- code: 4444
54+
message: Pruned history unavailable
4655
result:
4756
name: EIP-2718 binary-encoded transaction
4857
schema:
@@ -62,6 +71,9 @@
6271
required: true
6372
schema:
6473
$ref: '#/components/schemas/BlockNumberOrTag'
74+
errors:
75+
- code: 4444
76+
message: Pruned history unavailable
6577
result:
6678
name: Receipts
6779
schema:

0 commit comments

Comments
 (0)