A description of the exception.
Supported frameworks | Tealeaf UI Capture |
Path | <global>.<session>.<message>.exception.description |
Description | A description of the exception |
Value | String |
Limitations | None |
Dependencies | None |
Example
This example shows a Type 6 Exception message with a description property:
{
"type" : 6,
"offset" : 4606,
"screenviewOffset" : 4603,
"count" : 3,
"fromWeb" : true,
"exception" : {
"description" : "Uncaught TypeError: Cannot read property 'type' of undefined",
"url" : "http://www.xyz.com/js/badscript.js",
"line" : 258
}
}