google_api_tool_results v0.2.0 GoogleApi.ToolResults.V1beta3.Model.Outcome View Source

Interprets a result so that humans and machines can act on it.

Attributes

  • failureDetail (FailureDetail): More information about a FAILURE outcome. Returns INVALID_ARGUMENT if this field is set but the summary is not FAILURE. Optional Defaults to: null.
  • inconclusiveDetail (InconclusiveDetail): More information about an INCONCLUSIVE outcome. Returns INVALID_ARGUMENT if this field is set but the summary is not INCONCLUSIVE. Optional Defaults to: null.
  • skippedDetail (SkippedDetail): More information about a SKIPPED outcome. Returns INVALID_ARGUMENT if this field is set but the summary is not SKIPPED. Optional Defaults to: null.
  • successDetail (SuccessDetail): More information about a SUCCESS outcome. Returns INVALID_ARGUMENT if this field is set but the summary is not SUCCESS. Optional Defaults to: null.
  • summary (String.t): The simplest way to interpret a result. Required Defaults to: null.

    • Enum - one of [failure, flaky, inconclusive, skipped, success, unset]

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

Link to this function

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

Unwrap a decoded JSON object into its complex fields.