google_api_tool_results v0.20.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 type

t()

View Source
t() :: %GoogleApi.ToolResults.V1beta3.Model.FailureDetail{
  crashed: boolean(),
  notInstalled: boolean(),
  otherNativeCrash: boolean(),
  timedOut: boolean(),
  unableToCrawl: boolean()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.