google_api_tool_results v0.19.0 GoogleApi.ToolResults.V1beta3.Model.FailureDetail View Source
Details for an outcome with a FAILURE outcome summary.
Attributes
crashed
(type:boolean()
, default:nil
) - If the failure was severe because the system (app) under test crashed.notInstalled
(type:boolean()
, default:nil
) - If an app is not installed and thus no test can be run with the app. This might be caused by trying to run a test on an unsupported platform.otherNativeCrash
(type:boolean()
, default:nil
) - If a native process (including any other than the app) crashed.timedOut
(type:boolean()
, default:nil
) - If the test overran some time limit, and that is why it failed.unableToCrawl
(type:boolean()
, default:nil
) - If the robo was unable to crawl the app; perhaps because the app did not start.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.