@4alltecnologia/http-errors 中文文档教程

发布于 3年前 浏览 19 项目主页 更新于 3年前

@4alltecnologia/http-errors


CircleCI最新的 semver 版本 未解决问题徽章 open pull requests badge

Description

一个错误模块,用于标准化项目内的错误使用

Installation

这是一个 Node.js 模块可通过 npm 使用。

安装前,下载并安装 Node.js。 需要 Node.js 8 或更高版本。

使用 npm install 命令 完成安装。

npm install @4alltecnologia/http-erros

Usage

const http_errors = require('@4alltecnologia/http-errors');

const error = new http_errors.BadRequest('Some error message');

console.log(error) // { message: 'Some error message', code: 'BAD_REQUEST' }

@4alltecnologia/http-errors


CircleCIlatest semver version open issues badge open pull requests badge

Description

An error module to standarize error usage inside a project

Installation

This is a Node.js module availale through npm.

Before installing, download and install Node.js. Node.js 8 or higher is required.

Installation is done by using the npm install command.

npm install @4alltecnologia/http-erros

Usage

const http_errors = require('@4alltecnologia/http-errors');

const error = new http_errors.BadRequest('Some error message');

console.log(error) // { message: 'Some error message', code: 'BAD_REQUEST' }
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文