Skip to content

Commit 460b829

Browse files
committed
Error codes
1 parent df7ac95 commit 460b829

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/error-codes/codes.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,5 +401,6 @@
401401
"413": "Expected finished root and lanes to be set. This is a bug in React.",
402402
"414": "Did not expect this call in production. This is a bug in React. Please file an issue.",
403403
"415": "Error parsing the data. It's probably an error code or network corruption.",
404-
"416": "This environment don't support binary chunks."
404+
"416": "This environment don't support binary chunks.",
405+
"417": "React currently only supports piping to one writable stream."
405406
}

0 commit comments

Comments
 (0)