ErrLookup › balderdashy/sails
balderdashy/sails
Realtime MVC Framework for Node.js · JavaScript · 126 source files
Analyzed at 7b76422cc2 on 2026-09-01. 69 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Usage: If provided, `namespace` should be a string | exception | error | |
| Usage: If provided, `dontUnescapeOnClient` should be either | exception | error | |
| Unsupported browser: Missing support for `Array.isArray`, `A | exception | error | |
| `statusCode` must be passed to res.writeHead(). | exception | error | |
| `headers` must be passed to res.writeHead() as an object. Go | exception | error | |
| The 2-ary usage of `res.send()` is no longer supported in Ex | exception | error | |
| Failed to stringify specified JSON response body :: ' + util | exception | error | |
| The 2-ary usage of `res.json()` is no longer supported in Ex | exception | error | |
| Cannot call res.render() - `req._sails` was not attached | exception | error | |
| Cannot call res.render() - `req._sails.renderView` was not a | exception | error | sails, views, render, config |
| The 2-ary usage of `res.redirect()` is no longer supported i | exception | error | sails, express, redirect, migration, breaking-change |
| Cannot write to response more than once | exception | error | sails, response, double-response, http |
| rc(name): name *must* be string | exception | error | sails, rc, configuration, argument-validation |
E_INVALID_NODE_ENV When the Sails environment is set to "production", NODE_ENV must also be set to | error_code | error | sails, node-env, environment, production, configuration |
E_INVALID_ACTION_IDENTITY Could not register action with invalid identity `' + identity + '` | error_code | error | sails, actions, identity, validation |
E_CONFLICT The action `' + identity + '` could not be registered because it conflicts with | error_code | error | sails, actions, conflict, registration |
E_INVALID The action `' + identity + '` could not be registered. It looks like a machine | error_code | error | sails, actions2, machine, registration, validation |
E_CONFLICT The action `' + actionName + '` in `' + filePath + '` conflicts with a previousl | error_code | error | sails, controllers, conflict, autoload, duplicate |
E_BAD_GLOBAL_CONFIG As of Sails v1, if `sails.config.globals` is defined, it must either be `false` | error_code | error | |
E_NON_FN_POLICY Attempted to register action middleware(s) (aka policies) for `' + actionsGlobKe | error_code | error | |
E_JSONP_UNSUPPORTED JSONP support was removed from the blueprints API in Sails 1.0 (detected sails.c | error_code | error | |
E_FAILED_TO_BUILD_CALLABLE (rethrown original error) — wrapped with code E_FAILED_TO_BUILD_CALLABLE for hel | error_code | error | |
E_INVALID_SESSION_SECRET If provided, sails.config.session.secret should be a string. | error_code | error | |
E_INVALID_SSL_CONFIG Invalid SSL configuration in `sails.config.ssl`! Must include `cert` and `key` | error_code | error | |
E_INVALID_HTTP_CONFIG The `sails.config.express` setting is no longer available in Sails 1.0.\nPlease | error_code | error | |
E_HTTP_BAD_TRUSTPROXY The `sails.config.http.trustProxy` property cannot be zero, empty string, null o | error_code | error | |
E_PORT_BUSY Trying to start server on port ' + sails.config.port + ' but can't...Something e | error_code | error | |
E_INVALID_HOOK_CONFIG Error defining hook: `config` is a reserved property and cannot be used as a cus | error_code | error | |
| Unable to parse HTTP body- error occurred :: | http | error | http, body-parser, bad-request, middleware |
| Streaming file uploads via `req.file()` are only available o | http | error | file-upload, skipper, socket-io, unsupported |
E_VIEW_INFER Internal Server Error | http | error | views, routing, sails |
| `--dev` option is deprecated: Please do not use it. | console | warning | cli, deprecation, environment, sails |
| The session middleware encountered an error and triggered it | console | warning | session, middleware, headers-sent, sails |
E_INVALID_HOOK_NAME Found hook: `HOOK_NAME`, in `node_modules/`, but a hook with that identity alrea | console | warning | hooks, duplicate, moduleloader, sails |
| Trying to lift app using a local copy of `sails` | console | warning | version-mismatch, installation, sails |
| (located in NODE_MODULES_PATH/node_modules/sails) | console | warning | sails, version-mismatch, dependency, npm |
| But the package.json in the current directory indicates a de | console | warning | sails, package-json, version-mismatch, npm |
| on Sails `REQUIRED_VERSION`, and the locally installed Sails | console | warning | sails, semver, version-mismatch, npm |
| If you run into compatibility issues, try installing REQUIRE | console | warning | sails, npm-install, version-mismatch |
| $ npm install sails@REQUIRED_VERSION | console | warning | sails, npm-install, version-mismatch, shell |
| Cannot read package.json in the current directory (CWD) | console | warning | sails, package-json, cwd, missing-file |
| Are you sure this is a Sails app? | console | warning | sails, package-json, project-structure |
| The package.json in the current directory does not list Sail | console | warning | sails, package-json, dependency, project-structure |
| Are you sure `${process.cwd()}` is a Sails app? | console | warning | sails, cwd, dependency |
| The local Sails dependency installed at `${pathToLocalSails} | console | warning | sails, node-modules, corrupted-package-json, npm-install |
| You may consider running: | console | warning | node-modules, package-json, installation, warning |
| rm -rf ${pathToLocalSails} && npm install sails@${requiredVe | console | warning | node-modules, npm-install, repair-command, warning |
| Detected Sails environment of `production`, but Node environ | console | warning | environment, node-env, production, configuration |
| Bootstrap is taking a while to finish (${timeoutMs} millisec | console | warning | bootstrap, timeout, callback, startup |
| Files in the `controllers` directory may be traditional cont | console | warning | controllers, file-naming, convention, ignored-files |
| - ${filePath} | console | warning | controllers, file-naming, ignored-files |
| ${warning} was bound to a target `${actionGlob}` that doesn' | console | warning | routes, actions, glob, routing |
| Cannot change primary key via update blueprint; ignoring val | console | warning | blueprints, update, primary-key, api |
| Ignoring unexpected `files` property in helper definition lo | console | warning | helpers, actions2, file-upload, api-misuse |
| Ignoring unexpected property in one of the exits of the help | console | warning | helpers, exits, actions2, api-misuse |
| i18n hook has disabled itself due to misconfiguration -- ret | console | warning | i18n, config, sails |
| Invalid CORS settings for route ${route} | console | warning | cors, config, routes, sails |
| A leading `.` is not required in the config.views.extension | console | warning | views, config, sails |
| `res.guessView()` is deprecated in Sails >= v1.0. If you wa | console | warning | deprecation, views, res, sails |
| Ignored attempt to bind route (${path}) to unknown action :: | console | warning | routing, actions, controllers, sails |
| Invalid regex "${regex}" supplied to skipRegexesWrapper; ign | console | warning | routing, regex, middleware, sails |
| Warning: route `${address}` should explicitly declare `skipA | console | info | routing, assets, config, sails |
| See http://sailsjs.com/docs/concepts/routes/url-slugs for mo | console | info | routing, assets, logging, sails |
| Could not JSON.parse() the provided `where` clause. Here is | exception | error | |
| Could not JSON.parse() the provided `where` clause. Here is | exception | error | |
| The associated ids provided in this request (for the `${req. | exception | error | |
E_UNKNOWN_BIND_ERROR Error attempting to bind `${verb || 'ALL'} ${path}` to ${JSON.stringify(target)} | error_code | error | |
| Not implemented in core yet | http | error | |
E_INVALID Must specify a non-empty string, but instead got: ${util.inspect(originUrl, {dep | error_code | error |