Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@videsk/feathers-errors

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@videsk/feathers-errors

Feathers errors extended

  • 1.0.1
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

Feathers errors extended

Extended Feathers errors.

Available errors

  • BadRequest - 400
  • NotAuthenticated - 401
  • PaymentError - 402
  • Forbidden - 403
  • NotFound - 404
  • MethodNotAllowed - 405
  • NotAcceptable - 406
  • Timeout - 408
  • Conflict - 409
  • Gone - 410 [added]
  • LengthRequired - 411
  • PreconditionFailed - 412 [added]
  • URITooLong - 414 [added]
  • Unprocessable - 422
  • Locked - 423 [added]
  • PreconditionRequired - 428 [added]
  • TooManyRequests - 429
  • UnavailableForLegalReasons - 451 [added]
  • GeneralError - 500
  • NotImplemented - 501
  • BadGateway - 502
  • Unavailable - 503

How to use

const { NotAuthenticated } = required('@videsk/feathers-errors');

new NotAuthenticated('Message error');

FAQs

Package last updated on 05 Feb 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc