node Errors
391 entries
| Error | Code | Domain | Category | Fix Rate | Confidence | Tier |
|---|---|---|---|---|---|---|
| Error: Cannot find module | — | node | module_error | 90% | 91% | ai_generated |
| Error: Cannot find module './X' (local file import) | — | node | module_error | 95% | 95% | ai_generated |
| SyntaxError: Cannot use import statement outside a module | — | node | module_error | 95% | 95% | ai_generated |
| Access to fetch has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header | — | node | http_error | 92% | 92% | ai_generated |
| Error: EACCES: permission denied | EACCES |
node | permission_error | 85% | 87% | ai_generated |
| Error: listen EADDRINUSE: address already in use :::3000 | EADDRINUSE |
node | network | 92% | 95% | ai_generated |
| Error: connect ECONNREFUSED 127.0.0.1:3000 | ECONNREFUSED |
node | network_error | 85% | 88% | ai_generated |
| Error: read ECONNRESET | ECONNRESET |
node | network_error | 80% | 85% | ai_generated |
| Error: ENOENT: no such file or directory, open 'X' | ENOENT |
node | filesystem | 75% | 80% | ai_generated |
| Error: ENOENT: no such file or directory — Node.js path resolution fails with spaces | ENOENT |
node | path_handling | 88% | 90% | ai_generated |
| Error: ENOMEM: not enough memory | ENOMEM |
node | system_error | 75% | 85% | ai_generated |
| Error: ENOSPC: System limit for number of file watchers reached | ENOSPC |
node | filesystem | 96% | 97% | ai_generated |
| Error: EPERM: operation not permitted | EPERM |
node | filesystem_error | 82% | 85% | ai_generated |
| DOMException: The operation was aborted | — | node | async | 93% | 94% | ai_generated |
| Error: Invalid IV length | — | node | crypto | 95% | 96% | ai_generated |
| Error: dlopen failed: cannot load native module | — | node | native_error | 88% | 90% | ai_generated |
| Error: EISDIR: illegal operation on a directory, read | EISDIR |
node | filesystem | 97% | 98% | ai_generated |
| Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client | ERR_HTTP_HEADERS_SENT |
node | http_error | 92% | 92% | ai_generated |
| Error [ERR_HTTP2_STREAM_CANCEL]: The pending stream has been canceled (code: NGHTTP2_CANCEL) | ERR_HTTP2_STREAM_CANCEL |
node | network_error | 82% | 80% | ai_generated |
| TypeError [ERR_IMPORT_ASSERTION_TYPE_MISSING]: Module needs an import attribute of type 'json' | ERR_IMPORT_ASSERTION_TYPE_MISSING |
node | esm | 95% | 96% | ai_generated |
| TypeError [ERR_INVALID_ARG_TYPE]: The argument must be of type string | ERR_INVALID_ARG_TYPE |
node | type_error | 90% | 90% | ai_generated |
| Error [ERR_INVALID_PACKAGE_CONFIG]: Invalid package config | ERR_INVALID_PACKAGE_CONFIG |
node | packages | 93% | 95% | ai_generated |
| TypeError [ERR_INVALID_URL]: Invalid URL | ERR_INVALID_URL |
node | parse_error | 95% | 95% | ai_generated |
| npm error Missing script: "start" | — | node | config_error | 95% | 95% | ai_generated |
| Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/app/utils' imported from /app/index.js | ERR_MODULE_NOT_FOUND |
node | esm | 94% | 96% | ai_generated |
| Error [ERR_MODULE_NOT_FOUND]: Cannot find module | ERR_MODULE_NOT_FOUND |
node | module_error | 87% | 89% | ai_generated |
| Error: write EPROTO: SSL routines: wrong version number | EPROTO |
node | tls_error | 90% | 90% | ai_generated |
| Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './X' is not defined by exports | ERR_PACKAGE_PATH_NOT_EXPORTED |
node | module_error | 88% | 90% | ai_generated |
| Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './internal' is not defined by exports | ERR_PACKAGE_PATH_NOT_EXPORTED |
node | esm | 92% | 94% | ai_generated |
| Error [ERR_REQUIRE_ASYNC_MODULE]: require() of ES Module not supported with top-level await | ERR_REQUIRE_ASYNC_MODULE |
node | module_error | 88% | 90% | ai_generated |
| Error [ERR_REQUIRE_ESM]: require() of ES Module not supported. | ERR_REQUIRE_ESM |
node | module_error | 87% | 90% | ai_generated |
| UnhandledPromiseRejectionWarning: This error originated either by throwing inside of an async function without a catch block | — | node | async | 95% | 96% | ai_generated |
| TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension '.ts' | ERR_UNKNOWN_FILE_EXTENSION |
node | module_error | 88% | 90% | ai_generated |
| Error [ERR_UNSUPPORTED_ESM_URL_SCHEME]: Only URLs with a scheme in: file, data, and node are supported by the default ESM loader. | ERR_UNSUPPORTED_ESM_URL_SCHEME |
node | module_error | 91% | 90% | ai_generated |
| Error [ERR_USE_AFTER_CLOSE]: This socket has been ended by the other party | ERR_USE_AFTER_CLOSE |
node | streams | 91% | 93% | ai_generated |
| FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory | ERROR |
node | memory | 90% | 92% | ai_generated |
| TypeError: A dynamic import callback was not specified (Jest ESM) | ESM |
node | test_error | 88% | 90% | ai_generated |
| ReferenceError: fetch is not defined | — | node | runtime_error | 95% | 95% | ai_generated |
| FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory | ERROR |
node | memory | 78% | 85% | ai_generated |
| SyntaxError: Unexpected token < in JSON at position 0 | — | node | parse_error | 92% | 92% | ai_generated |
| RangeError: Maximum call stack size exceeded | — | node | runtime_error | 90% | 90% | ai_generated |
| MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 listeners added | — | node | memory_warning | 88% | 90% | ai_generated |
| Error: listen EADDRINUSE: address already in use :::3000 (next dev) | EADDRINUSE |
node | server_error | 95% | 95% | ai_generated |
| Error: CERT_HAS_EXPIRED | ERT |
node | tls | 90% | 92% | ai_generated |
| Error [ERR_SERVER_NOT_RUNNING]: Server is not running. | ERR_SERVER_NOT_RUNNING |
node | cluster | 85% | 88% | ai_generated |
| Error: error:0308010C:digital envelope routines::unsupported | — | node | crypto | 90% | 93% | ai_generated |
| Error: getaddrinfo ENOTFOUND hostname | ENOTFOUND |
node | network | 88% | 90% | ai_generated |
| ReferenceError: require is not defined in ES module scope, you can use import instead | — | node | modules | 92% | 95% | ai_generated |
| AbortError: The operation was aborted | — | node | network | 90% | 92% | ai_generated |
| Error: Starting inspector on 127.0.0.1:9229 failed: address already in use | — | node | debugging | 92% | 94% | ai_generated |
| Error [ERR_STREAM_PREMATURE_CLOSE]: Premature close | ERR_STREAM_PREMATURE_CLOSE |
node | streams | 87% | 90% | ai_generated |
| Error [ERR_WORKER_UNSERIALIZABLE_ERROR]: Serializing an uncaught exception failed | ERR_WORKER_UNSERIALIZABLE_ERROR |
node | worker_threads | 85% | 88% | ai_generated |
| npm ERR! ENOENT — npm install fails in directory with Korean or CJK characters | ERR |
node | path_encoding | 88% | 90% | ai_generated |
| npm error ERESOLVE could not resolve peer dependency conflict | ERESOLVE |
node | dependency_error | 88% | 90% | ai_generated |
| Error: @prisma/client did not initialize yet. Run 'prisma generate' | — | node | orm_error | 95% | 95% | ai_generated |
| PrismaClientKnownRequestError: Unique constraint failed on the fields: ('email') | — | node | database_error | 93% | 92% | ai_generated |
| DeprecationWarning: The `punycode` module is deprecated | — | node | deprecation_warning | 88% | 88% | ai_generated |
| Cannot find module './my-component' — hyphenated folder misresolved or confused with npm scope | — | node | naming | 80% | 85% | ai_generated |
| Segmentation fault (core dumped) in Node.js | — | node | crash_error | 70% | 80% | ai_generated |
| Error: SQLITE_BUSY: database is locked | — | node | database_error | 85% | 88% | ai_generated |
| SyntaxError: Unexpected token | — | node | syntax_error | 88% | 86% | ai_generated |
| SyntaxError: Cannot use import statement outside a module (ts-node) | — | node | config_error | 90% | 90% | ai_generated |
| TypeError: callback is not a function | — | node | type_error | 92% | 92% | ai_generated |
| TypeError: Cannot read properties of undefined (reading 'property') | — | node | type_error | 88% | 90% | ai_generated |
| TypeError: x is not a function | — | node | runtime | 96% | 97% | ai_generated |
| UnhandledPromiseRejectionWarning: Error: something failed | — | node | async_error | 88% | 90% | ai_generated |
| [vite] Pre-transform error: Failed to resolve import "X" from "Y". Does the file exist? | — | node | bundler_error | 89% | 88% | ai_generated |
| AssertionError | ERR_ASSERTION |
node | assertion_error | 0% | 95% | official |
| The argument '%s' is ambiguous | ERR_AMBIGUOUS_ARGUMENT |
node | type_error | 0% | 95% | official |
| The %s argument must be iterable | ERR_ARG_NOT_ITERABLE |
node | type_error | 0% | 95% | official |
| Snapshot testing is not supported | ERR_ASSERT_SNAPSHOT_NOT_SUPPORTED |
node | assertion_error | 0% | 95% | official |
| %s must be a function | ERR_ASYNC_CALLBACK |
node | type_error | 0% | 95% | official |
| Invalid type for async %s | ERR_ASYNC_TYPE |
node | type_error | 0% | 95% | official |
| Brotli compression failed | ERR_BROTLI_COMPRESSION_FAILED |
node | compression_error | 0% | 95% | official |
| Invalid parameter for Brotli | ERR_BROTLI_INVALID_PARAM |
node | type_error | 0% | 95% | official |
| Buffer context is not available | ERR_BUFFER_CONTEXT_NOT_AVAILABLE |
node | runtime_error | 0% | 95% | official |
| Attempt to access memory outside buffer bounds | ERR_BUFFER_OUT_OF_BOUNDS |
node | range_error | 0% | 95% | official |
| Cannot create a Buffer larger than %s bytes | ERR_BUFFER_TOO_LARGE |
node | range_error | 0% | 95% | official |
| Cannot watch SIGINT | ERR_CANNOT_WATCH_SIGINT |
node | runtime_error | 0% | 95% | official |
| Child process closed before reply | ERR_CHILD_CLOSED_BEFORE_REPLY |
node | runtime_error | 0% | 95% | official |
| IPC channel is required | ERR_CHILD_PROCESS_IPC_REQUIRED |
node | runtime_error | 0% | 95% | official |
| stdout maxBuffer length exceeded | ERR_CHILD_PROCESS_STDIO_MAXBUFFER |
node | range_error | 0% | 95% | official |
| Console expects a writable stream | ERR_CONSOLE_WRITABLE_STREAM |
node | type_error | 0% | 95% | official |
| Constructor cannot be called directly | ERR_CONSTRUCT_CALL_INVALID |
node | type_error | 0% | 95% | official |
| Cannot call class as function | ERR_CONSTRUCT_CALL_REQUIRED |
node | type_error | 0% | 95% | official |
| Context not initialized | ERR_CONTEXT_NOT_INITIALIZED |
node | runtime_error | 0% | 95% | official |
| Custom engine not supported | ERR_CRYPTO_CUSTOM_ENGINE_NOT_SUPPORTED |
node | runtime_error | 0% | 95% | official |
| Invalid ECDH format | ERR_CRYPTO_ECDH_INVALID_FORMAT |
node | type_error | 0% | 95% | official |
| Invalid ECDH public key | ERR_CRYPTO_ECDH_INVALID_PUBLIC_KEY |
node | type_error | 0% | 95% | official |
| Unknown crypto engine | ERR_CRYPTO_ENGINE_UNKNOWN |
node | runtime_error | 0% | 95% | official |
| FIPS mode forced but not available | ERR_CRYPTO_FIPS_FORCED |
node | runtime_error | 0% | 95% | official |
| FIPS mode unavailable | ERR_CRYPTO_FIPS_UNAVAILABLE |
node | runtime_error | 0% | 95% | official |
| Hash already finalized | ERR_CRYPTO_HASH_FINALIZED |
node | runtime_error | 0% | 95% | official |
| Hash update failed | ERR_CRYPTO_HASH_UPDATE_FAILED |
node | runtime_error | 0% | 95% | official |
| Incompatible crypto key | ERR_CRYPTO_INCOMPATIBLE_KEY |
node | type_error | 0% | 95% | official |
| Incompatible key options | ERR_CRYPTO_INCOMPATIBLE_KEY_OPTIONS |
node | type_error | 0% | 95% | official |
| Crypto initialization failed | ERR_CRYPTO_INITIALIZATION_FAILED |
node | runtime_error | 0% | 95% | official |
| Invalid authentication tag | ERR_CRYPTO_INVALID_AUTH_TAG |
node | type_error | 0% | 95% | official |
| Invalid counter value | ERR_CRYPTO_INVALID_COUNTER |
node | type_error | 0% | 95% | official |
| Invalid curve | ERR_CRYPTO_INVALID_CURVE |
node | type_error | 0% | 95% | official |
| Invalid digest algorithm | ERR_CRYPTO_INVALID_DIGEST |
node | type_error | 0% | 95% | official |
| Invalid initialization vector | ERR_CRYPTO_INVALID_IV |
node | type_error | 0% | 95% | official |
| Invalid JWK key | ERR_CRYPTO_INVALID_JWK |
node | type_error | 0% | 95% | official |
| Invalid key object type | ERR_CRYPTO_INVALID_KEY_OBJECT_TYPE |
node | type_error | 0% | 95% | official |
| Invalid key length | ERR_CRYPTO_INVALID_KEYLEN |
node | type_error | 0% | 95% | official |
| Invalid key pair | ERR_CRYPTO_INVALID_KEYPAIR |
node | type_error | 0% | 95% | official |
| Invalid key type | ERR_CRYPTO_INVALID_KEYTYPE |
node | type_error | 0% | 95% | official |
| Invalid message length | ERR_CRYPTO_INVALID_MESSAGELEN |
node | type_error | 0% | 95% | official |
| Invalid scrypt params | ERR_CRYPTO_INVALID_SCRYPT_PARAMS |
node | type_error | 0% | 95% | official |
| Invalid crypto state | ERR_CRYPTO_INVALID_STATE |
node | runtime_error | 0% | 95% | official |
| Invalid tag length | ERR_CRYPTO_INVALID_TAG_LENGTH |
node | type_error | 0% | 95% | official |
| Crypto job init failed | ERR_CRYPTO_JOB_INIT_FAILED |
node | runtime_error | 0% | 95% | official |
| JWK unsupported curve | ERR_CRYPTO_JWK_UNSUPPORTED_CURVE |
node | type_error | 0% | 95% | official |
| JWK unsupported key type | ERR_CRYPTO_JWK_UNSUPPORTED_KEY_TYPE |
node | type_error | 0% | 95% | official |
| Crypto operation failed | ERR_CRYPTO_OPERATION_FAILED |
node | runtime_error | 0% | 95% | official |
| PBKDF2 error | ERR_CRYPTO_PBKDF2_ERROR |
node | runtime_error | 0% | 95% | official |
| Scrypt invalid parameter | ERR_CRYPTO_SCRYPT_INVALID_PARAMETER |
node | type_error | 0% | 95% | official |
| Scrypt not supported | ERR_CRYPTO_SCRYPT_NOT_SUPPORTED |
node | runtime_error | 0% | 95% | official |
| Sign key required | ERR_CRYPTO_SIGN_KEY_REQUIRED |
node | type_error | 0% | 95% | official |
| Timing safe equal length mismatch | ERR_CRYPTO_TIMING_SAFE_EQUAL_LENGTH |
node | type_error | 0% | 95% | official |
| Unknown cipher | ERR_CRYPTO_UNKNOWN_CIPHER |
node | type_error | 0% | 95% | official |
| Unknown DH group | ERR_CRYPTO_UNKNOWN_DH_GROUP |
node | type_error | 0% | 95% | official |
| Unsupported crypto operation | ERR_CRYPTO_UNSUPPORTED_OPERATION |
node | runtime_error | 0% | 95% | official |
| Debugger error | ERR_DEBUGGER_ERROR |
node | runtime_error | 0% | 95% | official |
| Debugger startup error | ERR_DEBUGGER_STARTUP_ERROR |
node | runtime_error | 0% | 95% | official |
| Directory handle closed | ERR_DIR_CLOSED |
node | runtime_error | 0% | 95% | official |
| Concurrent directory operation | ERR_DIR_CONCURRENT_OPERATION |
node | runtime_error | 0% | 95% | official |
| DNS set servers failed | ERR_DNS_SET_SERVERS_FAILED |
node | runtime_error | 0% | 95% | official |
| Domain callback not available | ERR_DOMAIN_CALLBACK_NOT_AVAILABLE |
node | runtime_error | 0% | 95% | official |
| Cannot set uncaught exception capture | ERR_DOMAIN_CANNOT_SET_UNCAUGHT_EXCEPTION_CAPTURE |
node | runtime_error | 0% | 95% | official |
| Invalid encoded data | ERR_ENCODING_INVALID_ENCODED_DATA |
node | encoding_error | 0% | 95% | official |
| Encoding not supported | ERR_ENCODING_NOT_SUPPORTED |
node | type_error | 0% | 95% | official |
| Cannot print ESM eval result | ERR_EVAL_ESM_CANNOT_PRINT |
node | runtime_error | 0% | 95% | official |
| Event recursion detected | ERR_EVENT_RECURSION |
node | runtime_error | 0% | 95% | official |
| Execution environment not available | ERR_EXECUTION_ENVIRONMENT_NOT_AVAILABLE |
node | runtime_error | 0% | 95% | official |
| Falsy value rejected | ERR_FALSY_VALUE_REJECTION |
node | type_error | 0% | 95% | official |
| Feature unavailable on platform | ERR_FEATURE_UNAVAILABLE_ON_PLATFORM |
node | runtime_error | 0% | 95% | official |
| Cannot copy directory to non-directory | ERR_FS_CP_DIR_TO_NON_DIR |
node | runtime_error | 0% | 95% | official |
| Destination exists but overwrite disabled | ERR_FS_CP_EEXIST |
node | runtime_error | 0% | 95% | official |
| Invalid copy parameters | ERR_FS_CP_EINVAL |
node | type_error | 0% | 95% | official |
| Cannot copy FIFO/Pipe | ERR_FS_CP_FIFO_PIPE |
node | runtime_error | 0% | 95% | official |
| Cannot copy non-directory to directory | ERR_FS_CP_NON_DIR_TO_DIR |
node | runtime_error | 0% | 95% | official |
| Cannot copy socket | ERR_FS_CP_SOCKET |
node | runtime_error | 0% | 95% | official |
| Symlink to subdir denied | ERR_FS_CP_SYMLINK_TO_SUBDIRECTORY |
node | runtime_error | 0% | 95% | official |
| Unknown copy error | ERR_FS_CP_UNKNOWN |
node | runtime_error | 0% | 95% | official |
| Is a directory | ERR_FS_EISDIR |
node | runtime_error | 0% | 95% | official |
| File too large | ERR_FS_FILE_TOO_LARGE |
node | range_error | 0% | 95% | official |
| Invalid symlink type | ERR_FS_INVALID_SYMLINK_TYPE |
node | type_error | 0% | 95% | official |
| Invalid ALTSVC origin | ERR_HTTP2_ALTSVC_INVALID_ORIGIN |
node | type_error | 0% | 95% | official |
| ALTSVC length exceeded | ERR_HTTP2_ALTSVC_LENGTH |
node | range_error | 0% | 95% | official |
| CONNECT authority missing | ERR_HTTP2_CONNECT_AUTHORITY |
node | runtime_error | 0% | 95% | official |
| CONNECT path not allowed | ERR_HTTP2_CONNECT_PATH |
node | runtime_error | 0% | 95% | official |
| CONNECT scheme not allowed | ERR_HTTP2_CONNECT_SCHEME |
node | runtime_error | 0% | 95% | official |
| HTTP/2 protocol error | ERR_HTTP2_ERROR |
node | protocol_error | 0% | 95% | official |
| Session received GOAWAY | ERR_HTTP2_GOAWAY_SESSION |
node | protocol_error | 0% | 95% | official |
| Header requires single value | ERR_HTTP2_HEADER_SINGLE_VALUE |
node | type_error | 0% | 95% | official |
| Headers after respond | ERR_HTTP2_HEADERS_AFTER_RESPOND |
node | runtime_error | 0% | 95% | official |
| Headers already sent | ERR_HTTP2_HEADERS_SENT |
node | runtime_error | 0% | 95% | official |
| Informational status not allowed | ERR_HTTP2_INFO_STATUS_NOT_ALLOWED |
node | protocol_error | 0% | 95% | official |
| Invalid connection headers | ERR_HTTP2_INVALID_CONNECTION_HEADERS |
node | protocol_error | 0% | 95% | official |
| Invalid header value | ERR_HTTP2_INVALID_HEADER_VALUE |
node | type_error | 0% | 95% | official |
| Invalid info status | ERR_HTTP2_INVALID_INFO_STATUS |
node | protocol_error | 0% | 95% | official |
| Invalid ORIGIN frame | ERR_HTTP2_INVALID_ORIGIN |
node | protocol_error | 0% | 95% | official |
| Invalid SETTINGS length | ERR_HTTP2_INVALID_PACKED_SETTINGS_LENGTH |
node | protocol_error | 0% | 95% | official |
| Invalid pseudo-header | ERR_HTTP2_INVALID_PSEUDOHEADER |
node | protocol_error | 0% | 95% | official |
| Invalid session state | ERR_HTTP2_INVALID_SESSION |
node | runtime_error | 0% | 95% | official |
| Invalid SETTINGS value | ERR_HTTP2_INVALID_SETTING_VALUE |
node | protocol_error | 0% | 95% | official |
| Invalid stream | ERR_HTTP2_INVALID_STREAM |
node | runtime_error | 0% | 95% | official |
| Pending SETTINGS ack limit | ERR_HTTP2_MAX_PENDING_SETTINGS_ACK |
node | protocol_error | 0% | 95% | official |
| Nested push not allowed | ERR_HTTP2_NESTED_PUSH |
node | protocol_error | 0% | 95% | official |
| HTTP/2 out of memory | ERR_HTTP2_NO_MEM |
node | runtime_error | 0% | 95% | official |
| Socket manipulation not allowed | ERR_HTTP2_NO_SOCKET_MANIPULATION |
node | runtime_error | 0% | 95% | official |
| ORIGIN length exceeded | ERR_HTTP2_ORIGIN_LENGTH |
node | protocol_error | 0% | 95% | official |
| Out of streams | ERR_HTTP2_OUT_OF_STREAMS |
node | runtime_error | 0% | 95% | official |
| Payload forbidden | ERR_HTTP2_PAYLOAD_FORBIDDEN |
node | protocol_error | 0% | 95% | official |
| PING cancelled | ERR_HTTP2_PING_CANCEL |
node | runtime_error | 0% | 95% | official |
| Invalid PING length | ERR_HTTP2_PING_LENGTH |
node | protocol_error | 0% | 95% | official |
| Pseudo-header not allowed | ERR_HTTP2_PSEUDOHEADER_NOT_ALLOWED |
node | protocol_error | 0% | 95% | official |
| Push disabled | ERR_HTTP2_PUSH_DISABLED |
node | protocol_error | 0% | 95% | official |
| Send file error | ERR_HTTP2_SEND_FILE |
node | runtime_error | 0% | 95% | official |
| File not seekable | ERR_HTTP2_SEND_FILE_NOSEEK |
node | type_error | 0% | 95% | official |
| Session error | ERR_HTTP2_SESSION_ERROR |
node | runtime_error | 0% | 95% | official |
| SETTINGS cancelled | ERR_HTTP2_SETTINGS_CANCEL |
node | runtime_error | 0% | 95% | official |
| Socket already bound | ERR_HTTP2_SOCKET_BOUND |
node | runtime_error | 0% | 95% | official |
| Socket unbound | ERR_HTTP2_SOCKET_UNBOUND |
node | runtime_error | 0% | 95% | official |
| 101 status not allowed in HTTP/2 | ERR_HTTP2_STATUS_101 |
node | protocol_error | 0% | 95% | official |
| Invalid HTTP status | ERR_HTTP2_STATUS_INVALID |
node | protocol_error | 0% | 95% | official |
| Stream cancelled | ERR_HTTP2_STREAM_CANCEL |
node | runtime_error | 0% | 95% | official |
| Stream error | ERR_HTTP2_STREAM_ERROR |
node | runtime_error | 0% | 95% | official |
| Stream cannot depend on itself | ERR_HTTP2_STREAM_SELF_DEPENDENCY |
node | protocol_error | 0% | 95% | official |
| Too many invalid frames | ERR_HTTP2_TOO_MANY_INVALID_FRAMES |
node | protocol_error | 0% | 95% | official |
| Trailers already sent | ERR_HTTP2_TRAILERS_ALREADY_SENT |
node | runtime_error | 0% | 95% | official |
| Trailers not ready | ERR_HTTP2_TRAILERS_NOT_READY |
node | runtime_error | 0% | 95% | official |
| Unsupported protocol | ERR_HTTP2_UNSUPPORTED_PROTOCOL |
node | protocol_error | 0% | 95% | official |
| Illegal constructor | ERR_ILLEGAL_CONSTRUCTOR |
node | type_error | 0% | 95% | official |
| Import assertion type failed | ERR_IMPORT_ASSERTION_TYPE_FAILED |
node | module_error | 0% | 95% | official |
| Import assertion type missing | ERR_IMPORT_ASSERTION_TYPE_MISSING |
node | module_error | 0% | 95% | official |
| Unsupported import assertion type | ERR_IMPORT_ASSERTION_TYPE_UNSUPPORTED |
node | module_error | 0% | 95% | official |
| Incompatible option pair | ERR_INCOMPATIBLE_OPTION_PAIR |
node | type_error | 0% | 95% | official |
| Input type not allowed | ERR_INPUT_TYPE_NOT_ALLOWED |
node | type_error | 0% | 95% | official |
| Inspector already activated | ERR_INSPECTOR_ALREADY_ACTIVATED |
node | runtime_error | 0% | 95% | official |
| Inspector already connected | ERR_INSPECTOR_ALREADY_CONNECTED |
node | runtime_error | 0% | 95% | official |
| Inspector session closed | ERR_INSPECTOR_CLOSED |
node | runtime_error | 0% | 95% | official |
| Inspector command error | ERR_INSPECTOR_COMMAND |
node | runtime_error | 0% | 95% | official |
| Inspector not active | ERR_INSPECTOR_NOT_ACTIVE |
node | runtime_error | 0% | 95% | official |
| Inspector not available | ERR_INSPECTOR_NOT_AVAILABLE |
node | runtime_error | 0% | 95% | official |
| Inspector not connected | ERR_INSPECTOR_NOT_CONNECTED |
node | runtime_error | 0% | 95% | official |
| Not a worker thread | ERR_INSPECTOR_NOT_WORKER |
node | runtime_error | 0% | 95% | official |
| Internal assertion failed | ERR_INTERNAL_ASSERTION |
node | assertion_error | 0% | 95% | official |
| Invalid address family | ERR_INVALID_ADDRESS_FAMILY |
node | type_error | 0% | 95% | official |
| Invalid argument type | ERR_INVALID_ARG_TYPE |
node | type_error | 0% | 95% | official |
| Invalid argument value | ERR_INVALID_ARG_VALUE |
node | type_error | 0% | 95% | official |
| Invalid async ID | ERR_INVALID_ASYNC_ID |
node | type_error | 0% | 95% | official |
| Invalid buffer size | ERR_INVALID_BUFFER_SIZE |
node | range_error | 0% | 95% | official |
| Invalid character | ERR_INVALID_CHAR |
node | type_error | 0% | 95% | official |
| Invalid cursor position | ERR_INVALID_CURSOR_POS |
node | type_error | 0% | 95% | official |
| Invalid file descriptor | ERR_INVALID_FD |
node | type_error | 0% | 95% | official |
| Invalid FD type | ERR_INVALID_FD_TYPE |
node | type_error | 0% | 95% | official |
| Invalid file URL host | ERR_INVALID_FILE_URL_HOST |
node | type_error | 0% | 95% | official |
| Invalid file URL path | ERR_INVALID_FILE_URL_PATH |
node | type_error | 0% | 95% | official |
| Invalid handle type | ERR_INVALID_HANDLE_TYPE |
node | type_error | 0% | 95% | official |
| Invalid HTTP token | ERR_INVALID_HTTP_TOKEN |
node | type_error | 0% | 95% | official |
| Invalid IP address | ERR_INVALID_IP_ADDRESS |
node | type_error | 0% | 95% | official |
| Invalid MIME syntax | ERR_INVALID_MIME_SYNTAX |
node | type_error | 0% | 95% | official |
| Invalid module | ERR_INVALID_MODULE |
node | module_error | 0% | 95% | official |
| Invalid module specifier | ERR_INVALID_MODULE_SPECIFIER |
node | module_error | 0% | 95% | official |
| Invalid Object.defineProperty | ERR_INVALID_OBJECT_DEFINE_PROPERTY |
node | type_error | 0% | 95% | official |
| Invalid package.json config | ERR_INVALID_PACKAGE_CONFIG |
node | module_error | 0% | 95% | official |
| Invalid package exports target | ERR_INVALID_PACKAGE_TARGET |
node | module_error | 0% | 95% | official |
| Invalid performance mark | ERR_INVALID_PERFORMANCE_MARK |
node | type_error | 0% | 95% | official |
| Invalid protocol | ERR_INVALID_PROTOCOL |
node | type_error | 0% | 95% | official |
| Invalid REPL eval config | ERR_INVALID_REPL_EVAL_CONFIG |
node | type_error | 0% | 95% | official |
| Invalid REPL input | ERR_INVALID_REPL_INPUT |
node | type_error | 0% | 95% | official |
| Invalid return property | ERR_INVALID_RETURN_PROPERTY |
node | type_error | 0% | 95% | official |
| Invalid return property value | ERR_INVALID_RETURN_PROPERTY_VALUE |
node | type_error | 0% | 95% | official |
| Invalid return value | ERR_INVALID_RETURN_VALUE |
node | type_error | 0% | 95% | official |
| Invalid state | ERR_INVALID_STATE |
node | runtime_error | 0% | 95% | official |
| Invalid sync fork input | ERR_INVALID_SYNC_FORK_INPUT |
node | type_error | 0% | 95% | official |
| Invalid 'this' value | ERR_INVALID_THIS |
node | type_error | 0% | 95% | official |
| Invalid transfer object | ERR_INVALID_TRANSFER_OBJECT |
node | type_error | 0% | 95% | official |
| Invalid tuple | ERR_INVALID_TUPLE |
node | type_error | 0% | 95% | official |
| Invalid URI | ERR_INVALID_URI |
node | type_error | 0% | 95% | official |
| Invalid URL | ERR_INVALID_URL |
node | type_error | 0% | 95% | official |
| IPC channel closed | ERR_IPC_CHANNEL_CLOSED |
node | runtime_error | 0% | 95% | official |
| IPC disconnected | ERR_IPC_DISCONNECTED |
node | runtime_error | 0% | 95% | official |
| Only one IPC pipe allowed | ERR_IPC_ONE_PIPE |
node | runtime_error | 0% | 95% | official |
| Cannot fork with IPC synchronously | ERR_IPC_SYNC_FORK |
node | runtime_error | 0% | 95% | official |
| Loader chain incomplete | ERR_LOADER_CHAIN_INCOMPLETE |
node | runtime_error | 0% | 95% | official |
| Manifest integrity assertion failed | ERR_MANIFEST_ASSERT_INTEGRITY |
node | runtime_error | 0% | 95% | official |
| Manifest dependency missing | ERR_MANIFEST_DEPENDENCY_MISSING |
node | runtime_error | 0% | 95% | official |
| Manifest integrity mismatch | ERR_MANIFEST_INTEGRITY_MISMATCH |
node | runtime_error | 0% | 95% | official |
| Invalid manifest resource field | ERR_MANIFEST_INVALID_RESOURCE_FIELD |
node | type_error | 0% | 95% | official |
| Policy parse error | ERR_MANIFEST_PARSE_POLICY |
node | type_error | 0% | 95% | official |
| Manifest TDZ error | ERR_MANIFEST_TDZ |
node | runtime_error | 0% | 95% | official |
| Unknown onerror behavior | ERR_MANIFEST_UNKNOWN_ONERROR |
node | type_error | 0% | 95% | official |
| Memory allocation failed | ERR_MEMORY_ALLOCATION_FAILED |
node | error | 0% | 95% | official |
| Message target context unavailable | ERR_MESSAGE_TARGET_CONTEXT_UNAVAILABLE |
node | runtime_error | 0% | 95% | official |
| Method not implemented | ERR_METHOD_NOT_IMPLEMENTED |
node | runtime_error | 0% | 95% | official |
| Missing required arguments | ERR_MISSING_ARGS |
node | type_error | 0% | 95% | official |
| Missing required option | ERR_MISSING_OPTION |
node | type_error | 0% | 95% | official |
| Missing passphrase | ERR_MISSING_PASSPHRASE |
node | type_error | 0% | 95% | official |
| Missing platform for worker | ERR_MISSING_PLATFORM_FOR_WORKER |
node | runtime_error | 0% | 95% | official |
| Missing transferable in transfer list | ERR_MISSING_TRANSFERABLE_IN_TRANSFER_LIST |
node | type_error | 0% | 95% | official |
| Cannot find module | ERR_MODULE_NOT_FOUND |
node | module_error | 0% | 95% | official |
| Callback called multiple times | ERR_MULTIPLE_CALLBACK |
node | runtime_error | 0% | 95% | official |
| Constructor function required | ERR_NAPI_CONS_FUNCTION |
node | type_error | 0% | 95% | official |
| Invalid DataView args in N-API | ERR_NAPI_INVALID_DATAVIEW_ARGS |
node | type_error | 0% | 95% | official |
| Invalid TypedArray alignment | ERR_NAPI_INVALID_TYPEDARRAY_ALIGNMENT |
node | type_error | 0% | 95% | official |
| Invalid TypedArray length | ERR_NAPI_INVALID_TYPEDARRAY_LENGTH |
node | type_error | 0% | 95% | official |
| Thread-safe function call JS error | ERR_NAPI_TSFN_CALL_JS |
node | runtime_error | 0% | 95% | official |
| TSFN get undefined in N-API | ERR_NAPI_TSFN_GET_UNDEFINED |
node | runtime_error | 0% | 95% | official |
| TSFN start idle loop failed | ERR_NAPI_TSFN_START_IDLE_LOOP |
node | runtime_error | 0% | 95% | official |
| TSFN stop idle loop failed | ERR_NAPI_TSFN_STOP_IDLE_LOOP |
node | runtime_error | 0% | 95% | official |
| Crypto not available | ERR_NO_CRYPTO |
node | runtime_error | 0% | 95% | official |
| ICU not available | ERR_NO_ICU |
node | runtime_error | 0% | 95% | official |
| Non-context-aware native addon disabled | ERR_NON_CONTEXT_AWARE_DISABLED |
node | runtime_error | 0% | 95% | official |
| Not building snapshot | ERR_NOT_BUILDING_SNAPSHOT |
node | runtime_error | 0% | 95% | official |
| Not supported in snapshot | ERR_NOT_SUPPORTED_IN_SNAPSHOT |
node | runtime_error | 0% | 95% | official |
| Operation failed | ERR_OPERATION_FAILED |
node | runtime_error | 0% | 95% | official |
| Value out of range | ERR_OUT_OF_RANGE |
node | range_error | 0% | 95% | official |
| Package import not defined | ERR_PACKAGE_IMPORT_NOT_DEFINED |
node | module_error | 0% | 95% | official |
| Package subpath not exported | ERR_PACKAGE_PATH_NOT_EXPORTED |
node | module_error | 0% | 95% | official |
| Invalid option value in parseArgs | ERR_PARSE_ARGS_INVALID_OPTION_VALUE |
node | type_error | 0% | 95% | official |
| Unexpected positional in parseArgs | ERR_PARSE_ARGS_UNEXPECTED_POSITIONAL |
node | type_error | 0% | 95% | official |
| Unknown option in parseArgs | ERR_PARSE_ARGS_UNKNOWN_OPTION |
node | type_error | 0% | 95% | official |
| Invalid performance timestamp | ERR_PERFORMANCE_INVALID_TIMESTAMP |
node | type_error | 0% | 95% | official |
| Invalid performance measure options | ERR_PERFORMANCE_MEASURE_INVALID_OPTIONS |
node | type_error | 0% | 95% | official |
| Cannot require async module | ERR_REQUIRE_ASYNC_MODULE |
node | module_error | 0% | 95% | official |
| Cannot require ESM | ERR_REQUIRE_ESM |
node | module_error | 0% | 95% | official |
| Script execution interrupted | ERR_SCRIPT_EXECUTION_INTERRUPTED |
node | runtime_error | 0% | 95% | official |
| Script execution timed out | ERR_SCRIPT_EXECUTION_TIMEOUT |
node | runtime_error | 0% | 95% | official |
| Server already listening | ERR_SERVER_ALREADY_LISTEN |
node | runtime_error | 0% | 95% | official |
| Server not running | ERR_SERVER_NOT_RUNNING |
node | runtime_error | 0% | 95% | official |
| Socket already bound | ERR_SOCKET_ALREADY_BOUND |
node | runtime_error | 0% | 95% | official |
| Bad socket buffer size | ERR_SOCKET_BAD_BUFFER_SIZE |
node | type_error | 0% | 95% | official |
| Bad socket port | ERR_SOCKET_BAD_PORT |
node | range_error | 0% | 95% | official |
| Bad socket type | ERR_SOCKET_BAD_TYPE |
node | type_error | 0% | 95% | official |
| Socket buffer size error | ERR_SOCKET_BUFFER_SIZE |
node | runtime_error | 0% | 95% | official |
| Socket closed | ERR_SOCKET_CLOSED |
node | runtime_error | 0% | 95% | official |
| Socket closed before connection | ERR_SOCKET_CLOSED_BEFORE_CONNECTION |
node | runtime_error | 0% | 95% | official |
| Socket connection timeout | ERR_SOCKET_CONNECTION_TIMEOUT |
node | runtime_error | 0% | 95% | official |
| Dgram socket already connected | ERR_SOCKET_DGRAM_IS_CONNECTED |
node | runtime_error | 0% | 95% | official |
| Dgram socket not connected | ERR_SOCKET_DGRAM_NOT_CONNECTED |
node | runtime_error | 0% | 95% | official |
| Dgram socket not running | ERR_SOCKET_DGRAM_NOT_RUNNING |
node | runtime_error | 0% | 95% | official |
| SRI parse error | ERR_SRI_PARSE |
node | type_error | 0% | 95% | official |
| Stream already finished | ERR_STREAM_ALREADY_FINISHED |
node | runtime_error | 0% | 95% | official |
| Cannot pipe to stream | ERR_STREAM_CANNOT_PIPE |
node | runtime_error | 0% | 95% | official |
| Stream destroyed | ERR_STREAM_DESTROYED |
node | runtime_error | 0% | 95% | official |
| Stream null values not allowed | ERR_STREAM_NULL_VALUES |
node | type_error | 0% | 95% | official |
| Stream premature close | ERR_STREAM_PREMATURE_CLOSE |
node | runtime_error | 0% | 95% | official |
| Push after EOF | ERR_STREAM_PUSH_AFTER_EOF |
node | runtime_error | 0% | 95% | official |
| Stream _read not implemented | ERR_STREAM_READ_NOT_IMPLEMENTED |
node | runtime_error | 0% | 95% | official |
| Unshift after end event | ERR_STREAM_UNSHIFT_AFTER_END_EVENT |
node | runtime_error | 0% | 95% | official |
| Stream wrap error | ERR_STREAM_WRAP |
node | runtime_error | 0% | 95% | official |
| Write after end | ERR_STREAM_WRITE_AFTER_END |
node | runtime_error | 0% | 95% | official |
| Synthetic error | ERR_SYNTHETIC |
node | runtime_error | 0% | 95% | official |
| System error | ERR_SYSTEM_ERROR |
node | runtime_error | 0% | 95% | official |
| TAP lexer error | ERR_TAP_LEXER_ERROR |
node | type_error | 0% | 95% | official |
| TAP parser error | ERR_TAP_PARSER_ERROR |
node | type_error | 0% | 95% | official |
| TAP validation error | ERR_TAP_VALIDATION_ERROR |
node | type_error | 0% | 95% | official |
| Test failed | ERR_TEST_FAILURE |
node | test_error | 0% | 95% | official |
| TLS cert altname format error | ERR_TLS_CERT_ALTNAME_FORMAT |
node | type_error | 0% | 95% | official |
| TLS cert altname invalid | ERR_TLS_CERT_ALTNAME_INVALID |
node | type_error | 0% | 95% | official |
| TLS DH param size too small | ERR_TLS_DH_PARAM_SIZE |
node | type_error | 0% | 95% | official |
| TLS handshake timeout | ERR_TLS_HANDSHAKE_TIMEOUT |
node | runtime_error | 0% | 95% | official |
| TLS invalid context | ERR_TLS_INVALID_CONTEXT |
node | type_error | 0% | 95% | official |
| TLS invalid protocol method | ERR_TLS_INVALID_PROTOCOL_METHOD |
node | type_error | 0% | 95% | official |
| TLS invalid protocol version | ERR_TLS_INVALID_PROTOCOL_VERSION |
node | type_error | 0% | 95% | official |
| TLS invalid state | ERR_TLS_INVALID_STATE |
node | runtime_error | 0% | 95% | official |
| TLS protocol version conflict | ERR_TLS_PROTOCOL_VERSION_CONFLICT |
node | type_error | 0% | 95% | official |
| TLS PSK set identity hint failed | ERR_TLS_PSK_SET_IDENTIY_HINT_FAILED |
node | runtime_error | 0% | 95% | official |
| TLS renegotiation disabled | ERR_TLS_RENEGOTIATION_DISABLED |
node | runtime_error | 0% | 95% | official |
| TLS required server name | ERR_TLS_REQUIRED_SERVER_NAME |
node | type_error | 0% | 95% | official |
| TLS session attack detected | ERR_TLS_SESSION_ATTACK |
node | runtime_error | 0% | 95% | official |
| TLS SNI from server | ERR_TLS_SNI_FROM_SERVER |
node | runtime_error | 0% | 95% | official |
| Trace events category required | ERR_TRACE_EVENTS_CATEGORY_REQUIRED |
node | type_error | 0% | 95% | official |
| Trace events unavailable | ERR_TRACE_EVENTS_UNAVAILABLE |
node | runtime_error | 0% | 95% | official |
| Cannot transfer externalized SAB | ERR_TRANSFERRING_EXTERNALIZED_SHAREDARRAYBUFFER |
node | type_error | 0% | 95% | official |
| Transform already transforming | ERR_TRANSFORM_ALREADY_TRANSFORMING |
node | runtime_error | 0% | 95% | official |
| Transform with length 0 | ERR_TRANSFORM_WITH_LENGTH_0 |
node | type_error | 0% | 95% | official |
| TTY init failed | ERR_TTY_INIT_FAILED |
node | runtime_error | 0% | 95% | official |
| Unavailable during exit | ERR_UNAVAILABLE_DURING_EXIT |
node | runtime_error | 0% | 95% | official |
| Uncaught exception capture already set | ERR_UNCAUGHT_EXCEPTION_CAPTURE_ALREADY_SET |
node | runtime_error | 0% | 95% | official |
| Unescaped characters in request path | ERR_UNESCAPED_CHARACTERS |
node | type_error | 0% | 95% | official |
| Unhandled error | ERR_UNHANDLED_ERROR |
node | runtime_error | 0% | 95% | official |
| Unknown builtin module | ERR_UNKNOWN_BUILTIN_MODULE |
node | module_error | 0% | 95% | official |
| Unknown TLS credential | ERR_UNKNOWN_CREDENTIAL |
node | type_error | 0% | 95% | official |
| Unknown encoding | ERR_UNKNOWN_ENCODING |
node | type_error | 0% | 95% | official |
| Unknown file extension | ERR_UNKNOWN_FILE_EXTENSION |
node | module_error | 0% | 95% | official |
| Unknown module format | ERR_UNKNOWN_MODULE_FORMAT |
node | module_error | 0% | 95% | official |
| Unknown signal | ERR_UNKNOWN_SIGNAL |
node | type_error | 0% | 95% | official |
| Unsupported directory import | ERR_UNSUPPORTED_DIR_IMPORT |
node | module_error | 0% | 95% | official |
| Unsupported ESM URL scheme | ERR_UNSUPPORTED_ESM_URL_SCHEME |
node | module_error | 0% | 95% | official |
| Use after close | ERR_USE_AFTER_CLOSE |
node | runtime_error | 0% | 95% | official |
| Invalid performance entry type | ERR_VALID_PERFORMANCE_ENTRY_TYPE |
node | type_error | 0% | 95% | official |
| Dynamic import callback missing | ERR_VM_DYNAMIC_IMPORT_CALLBACK_MISSING |
node | runtime_error | 0% | 95% | official |
| VM module already linked | ERR_VM_MODULE_ALREADY_LINKED |
node | runtime_error | 0% | 95% | official |
| VM module cached data rejected | ERR_VM_MODULE_CACHED_DATA_REJECTED |
node | runtime_error | 0% | 95% | official |
| Cannot create cached data for VM module | ERR_VM_MODULE_CANNOT_CREATE_CACHED_DATA |
node | runtime_error | 0% | 95% | official |
| VM module different context | ERR_VM_MODULE_DIFFERENT_CONTEXT |
node | type_error | 0% | 95% | official |
| VM module link failure | ERR_VM_MODULE_LINK_FAILURE |
node | runtime_error | 0% | 95% | official |
| Not a VM module | ERR_VM_MODULE_NOT_MODULE |
node | type_error | 0% | 95% | official |
| VM module status error | ERR_VM_MODULE_STATUS |
node | runtime_error | 0% | 95% | official |
| WASI already started | ERR_WASI_ALREADY_STARTED |
node | runtime_error | 0% | 95% | official |
| WASI not started | ERR_WASI_NOT_STARTED |
node | runtime_error | 0% | 95% | official |
| WebAssembly response error | ERR_WEBASSEMBLY_RESPONSE |
node | runtime_error | 0% | 95% | official |
| Worker init failed | ERR_WORKER_INIT_FAILED |
node | runtime_error | 0% | 95% | official |
| Worker invalid execArgv | ERR_WORKER_INVALID_EXEC_ARGV |
node | type_error | 0% | 95% | official |
| Worker messaging errored | ERR_WORKER_MESSAGING_ERRORED |
node | runtime_error | 0% | 95% | official |
| Worker messaging failed | ERR_WORKER_MESSAGING_FAILED |
node | runtime_error | 0% | 95% | official |
| Worker messaging same channel | ERR_WORKER_MESSAGING_SAME_CHANNEL |
node | runtime_error | 0% | 95% | official |
| Worker messaging timeout | ERR_WORKER_MESSAGING_TIMEOUT |
node | runtime_error | 0% | 95% | official |
| Worker not running | ERR_WORKER_NOT_RUNNING |
node | runtime_error | 0% | 95% | official |
| Worker out of memory | ERR_WORKER_OUT_OF_MEMORY |
node | runtime_error | 0% | 95% | official |
| Invalid worker path | ERR_WORKER_PATH |
node | type_error | 0% | 95% | official |
| Worker unserializable error | ERR_WORKER_UNSERIALIZABLE_ERROR |
node | runtime_error | 0% | 95% | official |
| Worker unsupported operation | ERR_WORKER_UNSUPPORTED_OPERATION |
node | runtime_error | 0% | 95% | official |
| Zlib initialization failed | ERR_ZLIB_INITIALIZATION_FAILED |
node | runtime_error | 0% | 95% | official |
| Permission denied | EACCES |
node | system_error | 0% | 95% | official |
| Address already in use | EADDRINUSE |
node | system_error | 0% | 95% | official |
| Address not available | EADDRNOTAVAIL |
node | system_error | 0% | 95% | official |
| File already exists | EEXIST |
node | system_error | 0% | 95% | official |
| Is a directory | EISDIR |
node | system_error | 0% | 95% | official |
| Too many open files in system | EMFILE |
node | system_error | 0% | 95% | official |
| No such file or directory | ENOENT |
node | system_error | 0% | 95% | official |
| Not a directory | ENOTDIR |
node | system_error | 0% | 95% | official |
| Directory not empty | ENOTEMPTY |
node | system_error | 0% | 95% | official |
| DNS lookup failed | ENOTFOUND |
node | system_error | 0% | 95% | official |
| Operation not permitted | EPERM |
node | system_error | 0% | 95% | official |
| Broken pipe | EPIPE |
node | system_error | 0% | 95% | official |
| Connection timed out | ETIMEDOUT |
node | system_error | 0% | 95% | official |