errors: remove ERR_OUTOFMEMORY

PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
Tobias Nießen 2017-12-27 15:18:42 +01:00
parent 4117e22cf3
commit a82b1b7b30
No known key found for this signature in database
GPG Key ID: 718207F8FD156B70
2 changed files with 0 additions and 6 deletions

View File

@ -1332,11 +1332,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

View File

@ -436,7 +436,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', outOfRange);
E('ERR_PARSE_HISTORY_DATA', 'Could not parse history data in %s');
E('ERR_REQUIRE_ESM', 'Must use import to load ES Module: %s');