★ wanayoo — archive 1999 https://github.com/nodejs/node/commit/df8cb401a0Nouvelle recherche | Portail wanayoo
Skip to content
Permalink
Browse files
errors: remove ERR_OUTOFMEMORY
Backport-PR-URL: #18099
PR-URL: #17877
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
tniessen authored and evanlucas committed Jan 17, 2018
1 parent 2eb1aa8 commit df8cb401a0b847b692369e54fcc456d1fc10f09a
Showing with 0 additions and 6 deletions.
  1. +0 −5 doc/api/errors.md
  2. +0 −1 lib/internal/errors.js
@@ -1284,11 +1284,6 @@ A Node.js API was called in an unsupported manner.

For example: `Buffer.write(string, encoding, offset[, length])`

<a id="ERR_OUTOFMEMORY"></a>
### ERR_OUTOFMEMORY

An operation caused an out-of-memory condition.

<a id="ERR_OUT_OF_RANGE"></a>
### ERR_OUT_OF_RANGE

@@ -319,7 +319,6 @@ E('ERR_NAPI_CONS_PROTOTYPE_OBJECT', 'Constructor.prototype must be an object');
E('ERR_NO_CRYPTO', 'Node.js is not compiled with OpenSSL crypto support');
E('ERR_NO_ICU', '%s is not supported on Node.js compiled without ICU');
E('ERR_NO_LONGER_SUPPORTED', '%s is no longer supported');
E('ERR_OUTOFMEMORY', 'Out of memory');
E('ERR_OUT_OF_RANGE', 'The "%s" argument is out of range');
E('ERR_PARSE_HISTORY_DATA', 'Could not parse history data in %s');
E('ERR_REQUIRE_ESM', 'Must use import to load ES Module: %s');

0 comments on commit df8cb40

Please sign in to comment.