[{"label":"Latest (1.0.0)","version":"latest"}]
crest
FailureStatus
A JSON object represents the type of exception that occurred.
Properties
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.
JSON Example
{
"error": "string",
"success": "string"
}