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

An issue detected occurring during a test execution.

Attributes

  • errorMessage (String): A brief human-readable message describing the issue. Required. Defaults to: null.
  • severity (String): Severity of issue. Required. Defaults to: null.

    • Enum - one of [info, severe, unspecifiedSeverity, warning]
  • stackTrace (StackTrace): Deprecated in favor of stack trace fields inside specific warnings. Defaults to: null.
  • type (String): Type of issue. Required. Defaults to: null.

    • Enum - one of [anr, fatalException, nativeCrash, unspecifiedType]
  • warning (Any): Warning message with additional details of the issue. Should always be a message from com.google.devtools.toolresults.v1.warnings Required. Defaults to: null.