matteozambon89/trailpack-koa

View on GitHub
lib/strings.json

Summary

Maintainability
Test Coverage
{
  "error-conflict-pack": "There is another web services trailpack installed that conflicts with trailpack-koa!",
  "error-missing-koa": "config.web.koa is absent, please npm install your koa and uncomment the line under config.web.koa",
  "error-missing-app-path": "{0} is absent, please ensure app is correctly setup",
  "error-missing-schema-path": "{0} is absent on schema, please ensure project is correctly setup",
  "error-invalid-schema": "Schema is invalid, please ensure app is correctly setup ({err})",
  "error-failed-start-server": "Server failed on start",
  "error-unhandled-socket-type": "Socket type is unhandled, available types: socketIo",
  "error-unhandled-cluster-socket-type": "Socket type cannot handle cluster, available types: socketIo",
  "notify-started-server-http": "Server is now listening http://{host}:{port}",
  "notify-started-server-https": "Server is now listening https://{host}:{port}",
  "notify-started-server-spdy": "Server is now listening spdy://{host}:{port}",
  "notify-started-cluster-http": "Cluster server {clusterWorkerId} is now listening http://{host}:{port}",
  "notify-started-cluster-https": "Cluster server {clusterWorkerId} is now listening https://{host}:{port}",
  "notify-started-cluster-spdy": "Cluster server {clusterWorkerId} is now listening spdy://{host}:{port}",
  "notify-started-socket-io": "Socket.io is now setup",
  "warn-required-server": "To utilize SSL you must specify app.config.web.https (for HTTPs protocol) or app.config.web.spdy (for SPDY protocl)",
  "warn-missing-middleware": "{0} is absent, please ensure app.config.web.middlewares is correctly setup",
  "warn-malformed-route-method": "Route ({0}) method is malformed, this route will be ignored",
  "warn-malformed-route-cors": "Route ({0}) route.handler of type cors is malformed, route specific CORS middleware will be ignored",
  "warn-malformed-route-serve": "Route ({0}) route.handler of type serve is malformed, route specific Serve middleware will be ignored",
  "warn-malformed-route-redirect": "Route ({0}) route.handler of type redirect is malformed, route specific Redirect middleware will be ignored",
  "warn-malformed-route-handler": "Route ({0}) route.handler is malformed, route will be ignored"
}