failure_status
failure_status
A JSON object represents the type of exception that occurred.
JSON Example
{
"error": "string",
"success": "string"
}
string
error
Required
Type of exception occured in the server.
string
success
Required
'true' indicates successful execution of script to test page. 'false' indicates that the page is not testable.