You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 8, 2026. It is now read-only.
@@ -204,23 +185,25 @@ The update mechanism in conjunction with the paused response code can also be us
204
185
205
186
```
206
187
# info - partial
207
-
10 Request Acknowledged. Working on it.
208
-
11 Additional Peers. PeerIDs in extra.
209
-
12 Not enough vespene gas ($)
210
-
13 Other Protocol - info in extra.
211
-
14 Partial Response w/ metadata, may include blocks
212
-
15 Request Paused, pending update, see extensions for info
188
+
10 Request acknowledged, indicates request was received and is being worked on
189
+
11 Additional peers, indicates additional peers were found that may be able to satisfy the request and contained in the extensions block of the response
190
+
12 Not enough gas, fulfilling this request requires payment
191
+
13 Other protocol, indicates a different type of response than GraphSync is contained in extensions
192
+
14 Partial response, includes blocks and metadata about the in progress response
193
+
15 Request paused, indicates a request is paused and will not send any more data until unpaused
213
194
214
195
# success - terminal
215
-
20 Request Completed, full content.
216
-
21 Request Completed, partial content.
196
+
197
+
20 Request completed, entire fulfillment of the GraphSync request was sent back.
198
+
21 Request completed, partial fulfillment of the GraphSync request was sent back, but not the complete request.
217
199
218
200
# error - terminal
219
-
30 Request Rejected. NOT working on it.
220
-
31 Request failed, busy, try again later (getting dosed. backoff in extra).
221
-
32 Request failed, for unknown reason. Extra may have more info.
222
-
33 Request failed, for legal reasons.
223
-
34 Request failed, content not found.
201
+
30 Request rejected, indicates the node did not accept the incoming request.
202
+
31 Request failed, indiciates the node is too busy, try again later. Backoff may be contained in extensions.
203
+
32 Request failed for unknown reasons, may contain data about why in extensions.
204
+
33 Request failed for legal reasons.
205
+
34 Request failed because respondent does not have the content.
206
+
35 Request cancelled, indicates the responder was processing the request but decided to stop. Extensions may contain information about reason for cancellation
0 commit comments