Exception

Exception

new Exception(code, messages)

Parameters:
Name Type Description
code number | object The error status code or the messages object
messages string | object The messages object or a message string
Properties:
Name Type Description
code number The error status code
messages object The error messages

Extends

  • Error