Skip to content

Commit 53e1933

Browse files
committed
squash: move ERR_FS_INVALID_SYMLINK_TYPE to removed section
1 parent bcfb9bd commit 53e1933

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

doc/api/errors.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1377,13 +1377,6 @@ Path is a directory.
13771377
An attempt has been made to read a file whose size is larger than the maximum
13781378
allowed size for a `Buffer`.
13791379

1380-
<a id="ERR_FS_INVALID_SYMLINK_TYPE"></a>
1381-
1382-
### `ERR_FS_INVALID_SYMLINK_TYPE`
1383-
1384-
An invalid symlink type was passed to the [`fs.symlink()`][] or
1385-
[`fs.symlinkSync()`][] methods.
1386-
13871380
<a id="ERR_HTTP_HEADERS_SENT"></a>
13881381

13891382
### `ERR_HTTP_HEADERS_SENT`
@@ -3241,6 +3234,17 @@ The UTF-16 encoding was used with [`hash.digest()`][]. While the
32413234
causing the method to return a string rather than a `Buffer`, the UTF-16
32423235
encoding (e.g. `ucs` or `utf16le`) is not supported.
32433236

3237+
<a id="ERR_FS_INVALID_SYMLINK_TYPE"></a>
3238+
3239+
### `ERR_FS_INVALID_SYMLINK_TYPE`
3240+
3241+
<!-- YAML
3242+
removed: REPLACEME
3243+
-->
3244+
3245+
An invalid symlink type was passed to the [`fs.symlink()`][] or
3246+
[`fs.symlinkSync()`][] methods.
3247+
32443248
<a id="ERR_HTTP2_FRAME_ERROR"></a>
32453249

32463250
### `ERR_HTTP2_FRAME_ERROR`

0 commit comments

Comments
 (0)