google_api_tool_results v0.20.0 GoogleApi.ToolResults.V1beta3.Model.TestIssue View Source

An issue detected occurring during a test execution.

Attributes

  • category (type: String.t, default: nil) - Category of issue. Required.
  • errorMessage (type: String.t, default: nil) - A brief human-readable message describing the issue. Required.
  • severity (type: String.t, default: nil) - Severity of issue. Required.
  • stackTrace (type: GoogleApi.ToolResults.V1beta3.Model.StackTrace.t, default: nil) - Deprecated in favor of stack trace fields inside specific warnings.
  • type (type: String.t, default: nil) - Type of issue. Required.
  • warning (type: GoogleApi.ToolResults.V1beta3.Model.Any.t, default: nil) - Warning message with additional details of the issue. Should always be a message from com.google.devtools.toolresults.v1.warnings

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.TestIssue{
  category: String.t(),
  errorMessage: String.t(),
  severity: String.t(),
  stackTrace: GoogleApi.ToolResults.V1beta3.Model.StackTrace.t(),
  type: String.t(),
  warning: GoogleApi.ToolResults.V1beta3.Model.Any.t()
}

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.