Skip to content
This repository was archived by the owner on Jan 6, 2026. It is now read-only.

Commit 8b6a120

Browse files
authored
update result code to label mapping (#38)
1 parent f79c8b7 commit 8b6a120

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,6 @@ const mapping = {
270270
'BAD_GATEWAY',
271271
'GATEWAY_TIMEOUT'
272272
],
273-
'Graphsync timeout': [
274-
'LASSIE_504'
275-
],
276273
'Graphsync error': [
277274
/^LASSIE_(?!504)/
278275
],
@@ -290,8 +287,11 @@ const mapping = {
290287
'HOSTNAME_DNS_ERROR',
291288
'CONNECTION_REFUSED',
292289
'UNSUPPORTED_MULTIADDR_FORMAT',
290+
/^HTTP_4/,
293291
/^ERROR_4/,
294292
'TIMEOUT',
293+
'UNEXPECTED_CAR_BLOCK',
294+
'LASSIE_504'
295295
],
296296
}
297297
```

0 commit comments

Comments
 (0)