GDBError

GDBError

Class representing an internal GDB error.

Constructor

new GDBError(cmd, msg, codeopt)

Source:

Create a GDBError.

Parameters:
Name Type Attributes Description
cmd string

Command that led to this error.

msg string

Error message.

code number <optional>

Error code.

Extends

  • Error

Members

command :string

Source:

Command that led to this error.

Type:
  • string

message :string

Source:

Error message.

Type:
  • string

(nullable) code :number

Source:

Error code.

Type:
  • number