Socket
Socket
Sign inDemoInstall

wp-error

Package Overview
Dependencies
3
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    wp-error

Common logic to process WordPress.com API responses into JS Error objects


Version published
Weekly downloads
5.8K
decreased by-4.25%
Maintainers
1
Install size
16.8 kB
Created
Weekly downloads
 

Readme

Source

wp-error

Common logic to process WordPress.com API responses into JS Error objects

Creates a JavaScript Error instance, with properties copied over from the given object, and HTTP response status interpreted.

Installation

Install wp-error using npm:

$ npm install --save wp-error

Examples

var err = new WPError({
  error: 'processing_failed',
  error_description: 'Invalid upload format',
);
err.toString();
// "ProcessingFailedError: Invalid upload format"

License

MIT – Copyright Automattic 2016

FAQs

Last updated on 02 Jun 2016

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc