logDate |
string
|
The UTC time the browser threw the error. |
language |
string
|
The language set on the page. |
characterSet |
string
|
Encoding used to read the page. |
type |
string
|
Specifies the type of the log as 'jserror'. |
columnNumber |
integer
|
The column number of where the error took place. |
lineNumber |
integer
|
The line number of where the error took place. |
msg |
string
|
The message for the error. (e.g. [ERROR]: blah blah) |
pageURL |
string
|
The URL location of the page the error occurred on. |
url |
string
|
The URL location of the script that produced the error. |
stack |
object
|
Stacktrace of the exception that occurred. |