-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING #34682
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
e595e60
d5fb345
cdef566
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1378,16 +1378,6 @@ An IP address is not valid. | |
| The imported module string is an invalid URL, package name, or package subpath | ||
| specifier. | ||
|
|
||
| <a id="ERR_INVALID_OPT_VALUE"></a> | ||
| ### `ERR_INVALID_OPT_VALUE` | ||
|
|
||
| An invalid or unexpected value was passed in an options object. | ||
|
|
||
| <a id="ERR_INVALID_OPT_VALUE_ENCODING"></a> | ||
| ### `ERR_INVALID_OPT_VALUE_ENCODING` | ||
|
|
||
| An invalid or unknown file encoding was passed. | ||
|
|
||
| <a id="ERR_INVALID_PACKAGE_CONFIG"></a> | ||
| ### `ERR_INVALID_PACKAGE_CONFIG` | ||
|
|
||
|
|
@@ -2391,6 +2381,16 @@ Used when an invalid character is found in an HTTP response status message | |
| --> | ||
| A given index was out of the accepted range (e.g. negative offsets). | ||
|
|
||
| <a id="ERR_INVALID_OPT_VALUE"></a> | ||
| ### `ERR_INVALID_OPT_VALUE` | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. For legacy errors, I think we usually add YAML metadata indicating when an error was added and removed. But I don't know how/when it is added.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. (This can probably land without it and a follow-on PR can add it, but if anyone knows what kind of YAML placeholders to add here, let's get 'em added.)
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
|
|
||
| An invalid or unexpected value was passed in an options object. | ||
|
|
||
| <a id="ERR_INVALID_OPT_VALUE_ENCODING"></a> | ||
| ### `ERR_INVALID_OPT_VALUE_ENCODING` | ||
|
|
||
| An invalid or unknown file encoding was passed. | ||
|
|
||
| <a id="ERR_MISSING_MESSAGE_PORT_IN_TRANSFER_LIST"></a> | ||
| ### `ERR_MISSING_MESSAGE_PORT_IN_TRANSFER_LIST` | ||
| <!-- YAML | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.