npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

nv-error-nodejs-consts

v1.0.0

Published

nv-error-nodejs-consts =============== - wrap of https://github.com/nodejs/node/blob/b750f74b6726eb18068083ed8531079907b900e6/lib/internal/errors.js#L657

Downloads

1

Readme

nv-error-nodejs-consts

  • wrap of https://github.com/nodejs/node/blob/b750f74b6726eb18068083ed8531079907b900e6/lib/internal/errors.js#L657

  • for error searching

install

  • npm install nv-error-nodejs-consts

usage

example

const fac_error = require("nv-error-nodejs-consts");

var err = fac_error.codes.ERR_TLS_INVALID_STATE()
> err instanceof Error
true
>
> err.code
'ERR_TLS_INVALID_STATE'
> err.message
'TLS socket connection must be securely established'
>

CODES

fac_error.codes.ERR_AMBIGUOUS_ARGUMENT
fac_error.codes.ERR_ARG_NOT_ITERABLE
fac_error.codes.ERR_ASSERTION
fac_error.codes.ERR_ASYNC_CALLBACK
fac_error.codes.ERR_ASYNC_TYPE
fac_error.codes.ERR_BROTLI_INVALID_PARAM
fac_error.codes.ERR_BUFFER_OUT_OF_BOUNDS
fac_error.codes.ERR_BUFFER_TOO_LARGE
fac_error.codes.ERR_CANNOT_WATCH_SIGINT
fac_error.codes.ERR_CHILD_CLOSED_BEFORE_REPLY
fac_error.codes.ERR_CHILD_PROCESS_IPC_REQUIRED
fac_error.codes.ERR_CHILD_PROCESS_STDIO_MAXBUFFER
fac_error.codes.ERR_CONSOLE_WRITABLE_STREAM
fac_error.codes.ERR_CONTEXT_NOT_INITIALIZED
fac_error.codes.ERR_CRYPTO_CUSTOM_ENGINE_NOT_SUPPORTED
fac_error.codes.ERR_CRYPTO_ECDH_INVALID_FORMAT
fac_error.codes.ERR_CRYPTO_ECDH_INVALID_PUBLIC_KEY
fac_error.codes.ERR_CRYPTO_ENGINE_UNKNOWN
fac_error.codes.ERR_CRYPTO_FIPS_FORCED
fac_error.codes.ERR_CRYPTO_FIPS_UNAVAILABLE
fac_error.codes.ERR_CRYPTO_HASH_FINALIZED
fac_error.codes.ERR_CRYPTO_HASH_UPDATE_FAILED
fac_error.codes.ERR_CRYPTO_INCOMPATIBLE_KEY
fac_error.codes.ERR_CRYPTO_INCOMPATIBLE_KEY_OPTIONS
fac_error.codes.ERR_CRYPTO_INVALID_DIGEST
fac_error.codes.ERR_CRYPTO_INVALID_KEY_OBJECT_TYPE
fac_error.codes.ERR_CRYPTO_INVALID_STATE
fac_error.codes.ERR_CRYPTO_PBKDF2_ERROR
fac_error.codes.ERR_CRYPTO_SCRYPT_INVALID_PARAMETER
fac_error.codes.ERR_CRYPTO_SCRYPT_NOT_SUPPORTED
fac_error.codes.ERR_CRYPTO_SIGN_KEY_REQUIRED
fac_error.codes.ERR_DIR_CLOSED
fac_error.codes.ERR_DIR_CONCURRENT_OPERATION
fac_error.codes.ERR_DNS_SET_SERVERS_FAILED
fac_error.codes.ERR_DOMAIN_CALLBACK_NOT_AVAILABLE
fac_error.codes.ERR_DOMAIN_CANNOT_SET_UNCAUGHT_EXCEPTION_CAPTURE
fac_error.codes.ERR_ENCODING_INVALID_ENCODED_DATA
fac_error.codes.ERR_ENCODING_NOT_SUPPORTED
fac_error.codes.ERR_EVAL_ESM_CANNOT_PRINT
fac_error.codes.ERR_EVENT_RECURSION
fac_error.codes.ERR_FALSY_VALUE_REJECTION
fac_error.codes.ERR_FEATURE_UNAVAILABLE_ON_PLATFORM
fac_error.codes.ERR_FS_EISDIR
fac_error.codes.ERR_FS_FILE_TOO_LARGE
fac_error.codes.ERR_FS_INVALID_SYMLINK_TYPE
fac_error.codes.ERR_HTTP2_ALTSVC_INVALID_ORIGIN
fac_error.codes.ERR_HTTP2_ALTSVC_LENGTH
fac_error.codes.ERR_HTTP2_CONNECT_AUTHORITY
fac_error.codes.ERR_HTTP2_CONNECT_PATH
fac_error.codes.ERR_HTTP2_CONNECT_SCHEME
fac_error.codes.ERR_HTTP2_GOAWAY_SESSION
fac_error.codes.ERR_HTTP2_HEADERS_AFTER_RESPOND
fac_error.codes.ERR_HTTP2_HEADERS_SENT
fac_error.codes.ERR_HTTP2_HEADER_SINGLE_VALUE
fac_error.codes.ERR_HTTP2_INFO_STATUS_NOT_ALLOWED
fac_error.codes.ERR_HTTP2_INVALID_CONNECTION_HEADERS
fac_error.codes.ERR_HTTP2_INVALID_HEADER_VALUE
fac_error.codes.ERR_HTTP2_INVALID_INFO_STATUS
fac_error.codes.ERR_HTTP2_INVALID_ORIGIN
fac_error.codes.ERR_HTTP2_INVALID_PACKED_SETTINGS_LENGTH
fac_error.codes.ERR_HTTP2_INVALID_PSEUDOHEADER
fac_error.codes.ERR_HTTP2_INVALID_SESSION
fac_error.codes.ERR_HTTP2_INVALID_SETTING_VALUE
fac_error.codes.ERR_HTTP2_INVALID_STREAM
fac_error.codes.ERR_HTTP2_MAX_PENDING_SETTINGS_ACK
fac_error.codes.ERR_HTTP2_NESTED_PUSH
fac_error.codes.ERR_HTTP2_NO_MEM
fac_error.codes.ERR_HTTP2_NO_SOCKET_MANIPULATION
fac_error.codes.ERR_HTTP2_ORIGIN_LENGTH
fac_error.codes.ERR_HTTP2_OUT_OF_STREAMS
fac_error.codes.ERR_HTTP2_PAYLOAD_FORBIDDEN
fac_error.codes.ERR_HTTP2_PING_CANCEL
fac_error.codes.ERR_HTTP2_PING_LENGTH
fac_error.codes.ERR_HTTP2_PSEUDOHEADER_NOT_ALLOWED
fac_error.codes.ERR_HTTP2_PUSH_DISABLED
fac_error.codes.ERR_HTTP2_SEND_FILE
fac_error.codes.ERR_HTTP2_SEND_FILE_NOSEEK
fac_error.codes.ERR_HTTP2_SESSION_ERROR
fac_error.codes.ERR_HTTP2_SETTINGS_CANCEL
fac_error.codes.ERR_HTTP2_SOCKET_BOUND
fac_error.codes.ERR_HTTP2_SOCKET_UNBOUND
fac_error.codes.ERR_HTTP2_STATUS_101
fac_error.codes.ERR_HTTP2_STATUS_INVALID
fac_error.codes.ERR_HTTP2_STREAM_CANCEL
fac_error.codes.ERR_HTTP2_STREAM_ERROR
fac_error.codes.ERR_HTTP2_STREAM_SELF_DEPENDENCY
fac_error.codes.ERR_HTTP2_TRAILERS_ALREADY_SENT
fac_error.codes.ERR_HTTP2_TRAILERS_NOT_READY
fac_error.codes.ERR_HTTP2_UNSUPPORTED_PROTOCOL
fac_error.codes.ERR_HTTP_HEADERS_SENT
fac_error.codes.ERR_HTTP_INVALID_HEADER_VALUE
fac_error.codes.ERR_HTTP_INVALID_STATUS_CODE
fac_error.codes.ERR_HTTP_REQUEST_TIMEOUT
fac_error.codes.ERR_HTTP_SOCKET_ENCODING
fac_error.codes.ERR_HTTP_TRAILER_INVALID
fac_error.codes.ERR_INCOMPATIBLE_OPTION_PAIR
fac_error.codes.ERR_INPUT_TYPE_NOT_ALLOWED
fac_error.codes.ERR_INSPECTOR_ALREADY_ACTIVATED
fac_error.codes.ERR_INSPECTOR_ALREADY_CONNECTED
fac_error.codes.ERR_INSPECTOR_CLOSED
fac_error.codes.ERR_INSPECTOR_COMMAND
fac_error.codes.ERR_INSPECTOR_NOT_ACTIVE
fac_error.codes.ERR_INSPECTOR_NOT_AVAILABLE
fac_error.codes.ERR_INSPECTOR_NOT_CONNECTED
fac_error.codes.ERR_INSPECTOR_NOT_WORKER
fac_error.codes.ERR_INTERNAL_ASSERTION
fac_error.codes.ERR_INVALID_ADDRESS_FAMILY
fac_error.codes.ERR_INVALID_ARG_TYPE
fac_error.codes.ERR_INVALID_ARG_VALUE
fac_error.codes.ERR_INVALID_ASYNC_ID
fac_error.codes.ERR_INVALID_BUFFER_SIZE
fac_error.codes.ERR_INVALID_CALLBACK
fac_error.codes.ERR_INVALID_CHAR
fac_error.codes.ERR_INVALID_CURSOR_POS
fac_error.codes.ERR_INVALID_FD
fac_error.codes.ERR_INVALID_FD_TYPE
fac_error.codes.ERR_INVALID_FILE_URL_HOST
fac_error.codes.ERR_INVALID_FILE_URL_PATH
fac_error.codes.ERR_INVALID_HANDLE_TYPE
fac_error.codes.ERR_INVALID_HTTP_TOKEN
fac_error.codes.ERR_INVALID_IP_ADDRESS
fac_error.codes.ERR_INVALID_MODULE_SPECIFIER
fac_error.codes.ERR_INVALID_PACKAGE_CONFIG
fac_error.codes.ERR_INVALID_PACKAGE_TARGET
fac_error.codes.ERR_INVALID_PERFORMANCE_MARK
fac_error.codes.ERR_INVALID_PROTOCOL
fac_error.codes.ERR_INVALID_REPL_EVAL_CONFIG
fac_error.codes.ERR_INVALID_REPL_INPUT
fac_error.codes.ERR_INVALID_RETURN_PROPERTY
fac_error.codes.ERR_INVALID_RETURN_PROPERTY_VALUE
fac_error.codes.ERR_INVALID_RETURN_VALUE
fac_error.codes.ERR_INVALID_STATE
fac_error.codes.ERR_INVALID_SYNC_FORK_INPUT
fac_error.codes.ERR_INVALID_THIS
fac_error.codes.ERR_INVALID_TUPLE
fac_error.codes.ERR_INVALID_URI
fac_error.codes.ERR_INVALID_URL
fac_error.codes.ERR_INVALID_URL_SCHEME
fac_error.codes.ERR_IPC_CHANNEL_CLOSED
fac_error.codes.ERR_IPC_DISCONNECTED
fac_error.codes.ERR_IPC_ONE_PIPE
fac_error.codes.ERR_IPC_SYNC_FORK
fac_error.codes.ERR_MANIFEST_ASSERT_INTEGRITY
fac_error.codes.ERR_MANIFEST_DEPENDENCY_MISSING
fac_error.codes.ERR_MANIFEST_INTEGRITY_MISMATCH
fac_error.codes.ERR_MANIFEST_INVALID_RESOURCE_FIELD
fac_error.codes.ERR_MANIFEST_TDZ
fac_error.codes.ERR_MANIFEST_UNKNOWN_ONERROR
fac_error.codes.ERR_METHOD_NOT_IMPLEMENTED
fac_error.codes.ERR_MISSING_ARGS
fac_error.codes.ERR_MISSING_OPTION
fac_error.codes.ERR_MODULE_NOT_FOUND
fac_error.codes.ERR_MULTIPLE_CALLBACK
fac_error.codes.ERR_NAPI_CONS_FUNCTION
fac_error.codes.ERR_NAPI_INVALID_DATAVIEW_ARGS
fac_error.codes.ERR_NAPI_INVALID_TYPEDARRAY_ALIGNMENT
fac_error.codes.ERR_NAPI_INVALID_TYPEDARRAY_LENGTH
fac_error.codes.ERR_NO_CRYPTO
fac_error.codes.ERR_NO_ICU
fac_error.codes.ERR_OPERATION_FAILED
fac_error.codes.ERR_OUT_OF_RANGE
fac_error.codes.ERR_PACKAGE_IMPORT_NOT_DEFINED
fac_error.codes.ERR_PACKAGE_PATH_NOT_EXPORTED
fac_error.codes.ERR_REQUIRE_ESM
fac_error.codes.ERR_SCRIPT_EXECUTION_INTERRUPTED
fac_error.codes.ERR_SERVER_ALREADY_LISTEN
fac_error.codes.ERR_SERVER_NOT_RUNNING
fac_error.codes.ERR_SOCKET_ALREADY_BOUND
fac_error.codes.ERR_SOCKET_BAD_BUFFER_SIZE
fac_error.codes.ERR_SOCKET_BAD_PORT
fac_error.codes.ERR_SOCKET_BAD_TYPE
fac_error.codes.ERR_SOCKET_BUFFER_SIZE
fac_error.codes.ERR_SOCKET_CLOSED
fac_error.codes.ERR_SOCKET_DGRAM_IS_CONNECTED
fac_error.codes.ERR_SOCKET_DGRAM_NOT_CONNECTED
fac_error.codes.ERR_SOCKET_DGRAM_NOT_RUNNING
fac_error.codes.ERR_SRI_PARSE
fac_error.codes.ERR_STREAM_ALREADY_FINISHED
fac_error.codes.ERR_STREAM_CANNOT_PIPE
fac_error.codes.ERR_STREAM_DESTROYED
fac_error.codes.ERR_STREAM_NULL_VALUES
fac_error.codes.ERR_STREAM_PREMATURE_CLOSE
fac_error.codes.ERR_STREAM_PUSH_AFTER_EOF
fac_error.codes.ERR_STREAM_UNSHIFT_AFTER_END_EVENT
fac_error.codes.ERR_STREAM_WRAP
fac_error.codes.ERR_STREAM_WRITE_AFTER_END
fac_error.codes.ERR_SYNTHETIC
fac_error.codes.ERR_SYSTEM_ERROR
fac_error.codes.ERR_TLS_CERT_ALTNAME_INVALID
fac_error.codes.ERR_TLS_DH_PARAM_SIZE
fac_error.codes.ERR_TLS_HANDSHAKE_TIMEOUT
fac_error.codes.ERR_TLS_INVALID_CONTEXT
fac_error.codes.ERR_TLS_INVALID_PROTOCOL_VERSION
fac_error.codes.ERR_TLS_INVALID_STATE
fac_error.codes.ERR_TLS_PROTOCOL_VERSION_CONFLICT
fac_error.codes.ERR_TLS_RENEGOTIATION_DISABLED
fac_error.codes.ERR_TLS_REQUIRED_SERVER_NAME
fac_error.codes.ERR_TLS_SESSION_ATTACK
fac_error.codes.ERR_TLS_SNI_FROM_SERVER
fac_error.codes.ERR_TRACE_EVENTS_CATEGORY_REQUIRED
fac_error.codes.ERR_TRACE_EVENTS_UNAVAILABLE
fac_error.codes.ERR_TTY_INIT_FAILED
fac_error.codes.ERR_UNAVAILABLE_DURING_EXIT
fac_error.codes.ERR_UNCAUGHT_EXCEPTION_CAPTURE_ALREADY_SET
fac_error.codes.ERR_UNESCAPED_CHARACTERS
fac_error.codes.ERR_UNHANDLED_ERROR
fac_error.codes.ERR_UNKNOWN_BUILTIN_MODULE
fac_error.codes.ERR_UNKNOWN_CREDENTIAL
fac_error.codes.ERR_UNKNOWN_ENCODING
fac_error.codes.ERR_UNKNOWN_FILE_EXTENSION
fac_error.codes.ERR_UNKNOWN_MODULE_FORMAT
fac_error.codes.ERR_UNKNOWN_SIGNAL
fac_error.codes.ERR_UNSUPPORTED_DIR_IMPORT
fac_error.codes.ERR_UNSUPPORTED_ESM_URL_SCHEME
fac_error.codes.ERR_VALID_PERFORMANCE_ENTRY_TYPE
fac_error.codes.ERR_VM_DYNAMIC_IMPORT_CALLBACK_MISSING
fac_error.codes.ERR_VM_MODULE_ALREADY_LINKED
fac_error.codes.ERR_VM_MODULE_CANNOT_CREATE_CACHED_DATA
fac_error.codes.ERR_VM_MODULE_DIFFERENT_CONTEXT
fac_error.codes.ERR_VM_MODULE_LINKING_ERRORED
fac_error.codes.ERR_VM_MODULE_NOT_MODULE
fac_error.codes.ERR_VM_MODULE_STATUS
fac_error.codes.ERR_WASI_ALREADY_STARTED
fac_error.codes.ERR_WORKER_INIT_FAILED
fac_error.codes.ERR_WORKER_INVALID_EXEC_ARGV
fac_error.codes.ERR_WORKER_NOT_RUNNING
fac_error.codes.ERR_WORKER_OUT_OF_MEMORY
fac_error.codes.ERR_WORKER_PATH
fac_error.codes.ERR_WORKER_UNSERIALIZABLE_ERROR
fac_error.codes.ERR_WORKER_UNSUPPORTED_EXTENSION
fac_error.codes.ERR_WORKER_UNSUPPORTED_OPERATION
fac_error.codes.ERR_ZLIB_INITIALIZATION_FAILED

LICENSE

  • ISC