InputError(name, message, code)

An error that occurs when there's an unimportant input issue

new InputError(name, message, code)

Construct an input error

Parameters:
Name Type Description
name String

The name of the error

message String

The error message

code String | Number

The code of error

Members

code : String

The type of error

name : String

The name of the error