1.0.4 • Published 6 years ago

@nauto/errors v1.0.4

Weekly downloads
20
License
UNLICENSED
Repository
github
Last release
6 years ago

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.

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago