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

@nauto/errors

Package Overview
Dependencies
Maintainers
6
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nauto/errors

Internationalized error messages for the Nauto ecosystem

  • 1.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
6
Created
Source

Nauto Error Codes

This project outputs key:value error code mappings as JSON files. In Typescript you can import these files as:

import en from "@nauto/errors/locales/en/translation.json";
import ja from "@nauto/errors/locales/ja/translation.json";

Currently we are not exporting any functionality from this project. It is up to each consuming project to implement their own handling of displaying the mapped error string to the user selected language.

Currently supported languages:

  • English
  • Japan

Please see ERROR_CODES.md for the mappings of error code to english string.

FAQs

Package last updated on 30 May 2018

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