diff --git a/doc/api/errors.md b/doc/api/errors.md index 3274bb6390aef1..2a4c2dbff56576 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -1377,13 +1377,6 @@ Path is a directory. An attempt has been made to read a file whose size is larger than the maximum allowed size for a `Buffer`. - - -### `ERR_FS_INVALID_SYMLINK_TYPE` - -An invalid symlink type was passed to the [`fs.symlink()`][] or -[`fs.symlinkSync()`][] methods. - ### `ERR_HTTP_HEADERS_SENT` @@ -3241,6 +3234,17 @@ The UTF-16 encoding was used with [`hash.digest()`][]. While the causing the method to return a string rather than a `Buffer`, the UTF-16 encoding (e.g. `ucs` or `utf16le`) is not supported. + + +### `ERR_FS_INVALID_SYMLINK_TYPE` + + + +An invalid symlink type was passed to the [`fs.symlink()`][] or +[`fs.symlinkSync()`][] methods. + ### `ERR_HTTP2_FRAME_ERROR`