Inheritance diagram for Error:
Properties (QtScript Extensions) | |
Array | backtrace |
String | fileName |
String | lineNumber |
Array | stack |
Properties | |
String | message |
String | name |
Methods | |
String | toString () |
The base object for Errors reported by the script interpreter. This object can also be used in script to create user-generated errors.
An array of strings that contain a human-readable backtrace for the error.
The name of the script file the error occurred in, if available.
The line number that the error occurred on.
A string describing the error.
The name of the error. By default, it is "Error".
An array of stack trace objects. Each object in the array has the following properties: