diff --git a/doc/api/errors.md b/doc/api/errors.md index f0d78854703a41..ed6e4385ba43f6 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -1014,23 +1014,6 @@ ongoing asynchronous operations. `c-ares` failed to set the DNS server. - -### `ERR_DOMAIN_CALLBACK_NOT_AVAILABLE` - -The `domain` module was not usable since it could not establish the required -error handling hooks, because -[`process.setUncaughtExceptionCaptureCallback()`][] had been called at an -earlier point in time. - - -### `ERR_DOMAIN_CANNOT_SET_UNCAUGHT_EXCEPTION_CAPTURE` - -[`process.setUncaughtExceptionCaptureCallback()`][] could not be called -because the `domain` module has been loaded at an earlier point in time. - -The stack trace is extended to include the point in time at which the -`domain` module had been loaded. - ### `ERR_ENCODING_INVALID_ENCODED_DATA` @@ -2473,6 +2456,31 @@ 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_DOMAIN_CALLBACK_NOT_AVAILABLE` + + +The `domain` module was not usable since it could not establish the required +error handling hooks, because +[`process.setUncaughtExceptionCaptureCallback()`][] had been called at an +earlier point in time. + + +### `ERR_DOMAIN_CANNOT_SET_UNCAUGHT_EXCEPTION_CAPTURE` + + +[`process.setUncaughtExceptionCaptureCallback()`][] could not be called +because the `domain` module has been loaded at an earlier point in time. + +The stack trace is extended to include the point in time at which the +`domain` module had been loaded. + ### `ERR_HTTP2_FRAME_ERROR`