Test Issue Response
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
constructor(category: String, errorMessage: String, severity: String, stackTrace: StackTraceResponse, type: String, warning: AnyResponse)
Properties
Link copied to clipboard
A brief human-readable message describing the issue. Required.
Link copied to clipboard
Deprecated in favor of stack trace fields inside specific warnings.
Link copied to clipboard
Warning message with additional details of the issue. Should always be a message from com.google.devtools.toolresults.v1.warnings