msg-code

0.0.2 • Public • Published

msg-code

This npm used to provide the messages for the particular code. Below the list of Error and Success messages are there. Please select the code for the corresponding messages.

Example

const msgCode = require('msg-code')
msgCode.msg('SMG001')
 
//  { 'code':SMG001, 'msg': 'Successfully Inserted.'};

SUCCESS MESSAGES

  • "SMG000": "Success",
  • "SMG001": "Successfully Inserted."
  • "SMG002": "Successfully Updated."
  • "SMG003": "Successfully Deleted."
  • "SMG004": "Successfully Created."

ERROR MESSAGES

  • "EMG000":"ERROR"
  • "EMG001": "Failed to insert."
  • "EMG002": "Failed to Update."
  • "EMG003": "Failed to Delete."
  • "EMG004": "Failed to Create"
  • "EMG010": "The field should not be empty.",
  • "EMG011": "Please fill all the fields.",
  • "EMG012": "Should not be undefined.",
  • "EMG013": "Should not be null.",
  • "EMG025": "Oops, Something Went Wrong.",
  • "EMG026": "Token Not Valid",
  • "EMG027": "Token Expired. ",

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i msg-code

      Weekly Downloads

      0

      Version

      0.0.2

      License

      ISC

      Unpacked Size

      3.14 kB

      Total Files

      5

      Last publish

      Collaborators

      • ananthakannan