Skip to content

Commit 8cecce3

Browse files
Trotttargos
authored andcommitted
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: #37144 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Zijian Liu <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
1 parent a778081 commit 8cecce3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/api/errors.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -967,6 +967,14 @@ An unknown cipher was specified.
967967
An unknown Diffie-Hellman group name was given. See
968968
[`crypto.getDiffieHellman()`][] for a list of valid group names.
969969

970+
<a id="ERR_CRYPTO_UNSUPPORTED_OPERATION"></a>
971+
### `ERR_CRYPTO_UNSUPPORTED_OPERATION`
972+
<!-- YAML
973+
added: v15.0.0
974+
-->
975+
976+
An attempt to invoke an unsupported crypto operation was made.
977+
970978
<a id="ERR_DLOPEN_FAILED"></a>
971979
### `ERR_DLOPEN_FAILED`
972980
<!-- YAML
@@ -980,14 +988,6 @@ A call to `process.dlopen()` failed.
980988

981989
The [`fs.Dir`][] was previously closed.
982990

983-
<a id"ERR_CRYPTO_UNSUPPORTED_OPERATION"></a>
984-
### `ERR_CRYPTO_UNSUPPORTED_OPERATION`
985-
<!-- YAML
986-
added: v15.0.0
987-
-->
988-
989-
An attempt to invoke an unsupported crypto operation was made.
990-
991991
<a id="ERR_DIR_CONCURRENT_OPERATION"></a>
992992
### `ERR_DIR_CONCURRENT_OPERATION`
993993
<!-- YAML

0 commit comments

Comments
 (0)