Constructor
new GDBError(cmd, msg, codeopt)
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
Command that led to this error.
Type:
- string
message :string
Error message.
Type:
- string
(nullable) code :number
Error code.
Type:
- number