File tree 1 file changed +6
-9
lines changed
1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -558,15 +558,6 @@ found [here][online].
558
558
the connected party did not properly respond after a period of time. Usually
559
559
encountered by [ ` http ` ] [ ] or [ ` net ` ] [ ] -- often a sign that a ` socket.end() `
560
560
was not properly called.
561
-
562
- <a id =" ERROR_CODES " ></a >
563
- ### ERROR CODES
564
-
565
- <a id =" ERR_INDEX_OUT_OF_RANGE " ></a >
566
- ### ERR_INDEX_OUT_OF_RANGE
567
-
568
- The ` 'ERR_INDEX_OUT_OF_RANGE' ` error code is used when a given index is out of the accepted range.
569
-
570
561
571
562
<a id =" nodejs-error-codes " ></a >
572
563
## Node.js Error Codes
@@ -585,6 +576,12 @@ The `ERR_CONSOLE_WRITABLE_STREAM` error code is thrown when `Console` is
585
576
instantiated without ` stdout ` stream or when ` stdout ` or ` stderr ` streams
586
577
are not writable.
587
578
579
+ <a id =" ERR_INDEX_OUT_OF_RANGE " ></a >
580
+ ### ERR_INDEX_OUT_OF_RANGE
581
+
582
+ The ` 'ERR_INDEX_OUT_OF_RANGE' ` error code is used when a given index is out of
583
+ the accepted range.
584
+
588
585
<a id =" ERR_INVALID_ARG_TYPE " ></a >
589
586
### ERR_INVALID_ARG_TYPE
590
587
You can’t perform that action at this time.
0 commit comments