mirror of https://github.com/nodejs/node.git
doc: fix markup and alphabetization in errors.md
Change `<a id"...` to `<a id="...` (missing equal sign) and move entry to correct location in alphabetical order. PR-URL: https://github.com/nodejs/node/pull/37144 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
This commit is contained in:
parent
06d74956ae
commit
e6fbe48cb9
|
@ -967,6 +967,14 @@ An unknown cipher was specified.
|
|||
An unknown Diffie-Hellman group name was given. See
|
||||
[`crypto.getDiffieHellman()`][] for a list of valid group names.
|
||||
|
||||
<a id="ERR_CRYPTO_UNSUPPORTED_OPERATION"></a>
|
||||
### `ERR_CRYPTO_UNSUPPORTED_OPERATION`
|
||||
<!-- YAML
|
||||
added: v15.0.0
|
||||
-->
|
||||
|
||||
An attempt to invoke an unsupported crypto operation was made.
|
||||
|
||||
<a id="ERR_DLOPEN_FAILED"></a>
|
||||
### `ERR_DLOPEN_FAILED`
|
||||
<!-- YAML
|
||||
|
@ -980,14 +988,6 @@ A call to `process.dlopen()` failed.
|
|||
|
||||
The [`fs.Dir`][] was previously closed.
|
||||
|
||||
<a id"ERR_CRYPTO_UNSUPPORTED_OPERATION"></a>
|
||||
### `ERR_CRYPTO_UNSUPPORTED_OPERATION`
|
||||
<!-- YAML
|
||||
added: v15.0.0
|
||||
-->
|
||||
|
||||
An attempt to invoke an unsupported crypto operation was made.
|
||||
|
||||
<a id="ERR_DIR_CONCURRENT_OPERATION"></a>
|
||||
### `ERR_DIR_CONCURRENT_OPERATION`
|
||||
<!-- YAML
|
||||
|
|
Loading…
Reference in New Issue