Class: ScriptError

script~ScriptError(code, op, ipnullable)

Script Error An error thrown from the scripting system, potentially pertaining to Script execution.

Constructor

new ScriptError(code, op, ipnullable)

Create an error.

Extends:
  • Error
Parameters:
Name Type Attributes Description
code String

Error code.

op Opcode

Opcode.

ip Number <nullable>

Instruction pointer.

Properties:
Name Type Description
message String

Error message.

code String

Original code passed in.

op Number

Opcode.

ip Number

Instruction pointer.

Source:

Extends

  • Error