Skip to content
Closed
Prev Previous commit
Next Next commit
doc: errors that have been removed but not released
Documentation can be added once the PRs land on a release.
Do not add documentation for those error codes yet.
[See point 2 here](#22100 (comment)).
  • Loading branch information
SirR4T committed Aug 24, 2018
commit e77d298873934bb587b65ff554b1cf94c2e2a72d
18 changes: 0 additions & 18 deletions doc/api/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -1949,24 +1949,6 @@ removed: v10.0.0
Used when an invalid character is found in an HTTP response status message
(reason phrase).

<a id="ERR_INVALID_ARRAY_LENGTH"></a>
### ERR_INVALID_ARRAY_LENGTH
<!-- YAML
added: v9.0.0
removed: REPLACEME
-->

Used when an Array is not of the expected length or in a valid range.

<a id="ERR_INVALID_DOMAIN_NAME"></a>
### ERR_INVALID_DOMAIN_NAME
<!-- YAML
added: v9.0.0
removed: REPLACEME
-->

Used when `hostname` cannot be parsed from a provided URL.

<a id="ERR_INVALID_REPL_HISTORY"></a>
### ERR_INVALID_REPL_HISTORY
<!-- YAML
Expand Down