Class TestIssue
An issue detected occurring during a test execution.
Implements
Inherited Members
Namespace: Google.Apis.ToolResults.v1beta3.Data
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class TestIssue : IDirectResponseSchema
Properties
Category
Category of issue. Required.
Declaration
[JsonProperty("category")]
public virtual string Category { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ErrorMessage
A brief human-readable message describing the issue. Required.
Declaration
[JsonProperty("errorMessage")]
public virtual string ErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
string |
Severity
Severity of issue. Required.
Declaration
[JsonProperty("severity")]
public virtual string Severity { get; set; }
Property Value
Type | Description |
---|---|
string |
StackTrace
Deprecated in favor of stack trace fields inside specific warnings.
Declaration
[JsonProperty("stackTrace")]
public virtual StackTrace StackTrace { get; set; }
Property Value
Type | Description |
---|---|
StackTrace |
Type
Type of issue. Required.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |
Warning
Warning message with additional details of the issue. Should always be a message from com.google.devtools.toolresults.v1.warnings
Declaration
[JsonProperty("warning")]
public virtual Any Warning { get; set; }
Property Value
Type | Description |
---|---|
Any |