diff --git a/doc/api/errors.md b/doc/api/errors.md index 2ad0bead8ec0bb..e93797d9d3ba62 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -1574,12 +1574,6 @@ OpenSSL crypto support. An attempt was made to use features that require [ICU][], but Node.js was not compiled with ICU support. - -### ERR_NO_LONGER_SUPPORTED - -A Node.js API was called in an unsupported manner, such as -`Buffer.write(string, encoding, offset[, length])`. - ### ERR_OUT_OF_RANGE @@ -2095,6 +2089,12 @@ removed: v10.0.0 Used by the `N-API` when `Constructor.prototype` is not an object. + +### ERR_NO_LONGER_SUPPORTED + +A Node.js API was called in an unsupported manner, such as +`Buffer.write(string, encoding, offset[, length])`. + ### ERR_OUTOFMEMORY