google_api_tool_results v0.1.0 GoogleApi.ToolResults.V1beta3.Model.FailureDetail View Source

Attributes

  • crashed (boolean()): If the failure was severe because the system (app) under test crashed. Defaults to: null.
  • notInstalled (boolean()): 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. Defaults to: null.
  • otherNativeCrash (boolean()): If a native process (including any other than the app) crashed. Defaults to: null.
  • timedOut (boolean()): If the test overran some time limit, and that is why it failed. Defaults to: null.
  • unableToCrawl (boolean()): If the robo was unable to crawl the app; perhaps because the app did not start. Defaults to: null.

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: any(),
  notInstalled: any(),
  otherNativeCrash: any(),
  timedOut: any(),
  unableToCrawl: any()
}

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.