File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed
Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -558,15 +558,6 @@ found [here][online].
558558 the connected party did not properly respond after a period of time. Usually
559559 encountered by [ ` http ` ] [ ] or [ ` net ` ] [ ] -- often a sign that a ` socket.end() `
560560 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-
570561
571562<a id =" nodejs-error-codes " ></a >
572563## Node.js Error Codes
@@ -585,6 +576,12 @@ The `ERR_CONSOLE_WRITABLE_STREAM` error code is thrown when `Console` is
585576instantiated without ` stdout ` stream or when ` stdout ` or ` stderr ` streams
586577are not writable.
587578
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+
588585<a id =" ERR_INVALID_ARG_TYPE " ></a >
589586### ERR_INVALID_ARG_TYPE
590587
You can’t perform that action at this time.
0 commit comments