Class: GeneralError

AppErrors~ GeneralError

General errors with error info, http status and error code.


new GeneralError()

Source:
AppErrors.js

Extends

  • Error

Members


code :string

Error code

Type:
  • string
Source:
AppErrors.js

info :object

Error information

Type:
  • object
Source:
AppErrors.js

status :number

Http status

Type:
  • number
Source:
AppErrors.js