Class: ScriptError

script.ScriptError(code, opopt, ipopt, nullable)

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

Constructor

new ScriptError(code, opopt, ipopt, nullable)

Create an error.

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

Error code.

op Opcode | String <optional>

Opcode.

ip Number <optional>
<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