Error
- Since:
Members
-
readonly fileName :string
-
The path to the file that raised this error.
- Since:
-
readonly lineNumber :number
-
The line number of the file where the error occurred.
- Since:
-
readonly message :string
-
Error message. A system-provided human-readable description of the error.
- Since:
-
readonly name :string
-
Error name. A string label that identifies the kind of error. For example, "MobiControlError".
- Since:
-
readonly stack :string
-
Error stack trace. The stack trace at the point where the error occurred. The stack contains trace of which functions were called, in what order, from which line and file, and with what arguments. The stack string proceeds from the most recent calls to earlier ones, leading back to the original global scope call.
- Since: