JSPM

mysql-error-codes

0.1.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 45
  • Score
    100M100P100Q76314F
  • License MIT

A list of error codes in Mysql

Package Exports

  • mysql-error-codes
  • mysql-error-codes/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mysql-error-codes) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

mysql-error-codes

A list of error codes in Mysql

Usage

$ npm install --save mysql-error-codes

Typescript

import { MysqlErrorCodes } from 'mysql-error-codes';

console.log( MysqlErrorCodes.ER_DUP_ENTRY );

Javascript (node)

const MysqlErrorCodes = require('mysql-error-codes')

console.log(MysqlErrorCodes.ER_DUP_ENTRY);

License

MIT

Error Message Reference