IgnoredError(name, message, code)

An error that occurs when there's an issue designated to be ignored

new IgnoredError(name, message, code)

Construct an ignored 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