TestIssueResponse

data class TestIssueResponse(val category: String, val errorMessage: String, val severity: String, val stackTrace: StackTraceResponse, val type: String, val warning: AnyResponse)

An issue detected occurring during a test execution.

Constructors

Link copied to clipboard
fun TestIssueResponse(category: String, errorMessage: String, severity: String, stackTrace: StackTraceResponse, type: String, warning: AnyResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Category of issue. Required.

Link copied to clipboard

A brief human-readable message describing the issue. Required.

Link copied to clipboard

Severity of issue. Required.

Link copied to clipboard

Deprecated in favor of stack trace fields inside specific warnings.

Link copied to clipboard

Type of issue. Required.

Link copied to clipboard

Warning message with additional details of the issue. Should always be a message from com.google.devtools.toolresults.v1.warnings