ErrLookup › expressjs/express

expressjs/express

Fast, unopinionated, minimalist web framework for node. · JavaScript · 7 source files

Analyzed at 3ce6d0eb86 on 2026-09-13. 22 documented errors.

Code / MessageTypeSeverityTags
ECONNABORTED
Request aborted
error_code warning network, express, sendfile, client-abort, http
Status must be a number
console warning express, redirect, deprecation, status-code
EISDIR
EISDIR, read
error_code error filesystem, express, sendfile, path-resolution
Provide a url argument
console warning express, redirect, deprecation
Invalid status code: . Status code must be an integer.
validation error express, http-status, typeerror, express-5, migration
Url must be a string
console warning express, redirect, deprecation, type-error
Invalid status code: . Status code must be greater than 99…
validation error express, http, status-code, range-error
Failed to lookup view "' + name + '" in views ' + dirs
exception error express, view-resolution, rendering, deployment, filesystem
Not Acceptable
http warning express, content-negotiation, http-406, accept-header
path must be absolute or specify root to res.sendFile
exception error express, sendfile, path, configuration
unknown value for etag function: ' + val
exception error express, configuration, etag, settings
unknown value for query parser function: ' + val
exception error express, configuration, query-parser, migration, express-5
name argument is required to req.get
exception error express, http-headers, typeerror, request
No default engine was specified and no extension was…
exception error express, view-engine, configuration, rendering
cookieParser("secret") required for signed cookies
exception error express, cookies, cookie-parser, configuration, security
Module "' + mod + '" does not provide a view engine.
exception error express, view-engine, template-engine, module-resolution
name must be a string to req.get
exception error express, http-headers, typeerror, type-validation
app.use() requires a middleware function
exception error express, middleware, app-use, typeerror
callback function required
exception error express, template-engine, view-engine, configuration
Content-Type cannot be set to an Array
exception error express, headers, content-type, type-error
path argument is required to res.sendFile
exception error express, sendfile, validation
path must be a string to res.sendFile
exception error express, sendfile, type-error