Class MatrixErrorDetail
Describes a single error or issue with a matrix.
Implements
Inherited Members
Namespace: Google.Apis.Testing.v1.Data
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class MatrixErrorDetail : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Message
Output only. A human-readable message about how the error in the TestMatrix. Expands on the reason
field
with additional details and possible options to fix the issue.
Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
Type | Description |
---|---|
string |
Reason
Output only. The reason for the error. This is a constant value in UPPER_SNAKE_CASE that identifies the cause of the error.
Declaration
[JsonProperty("reason")]
public virtual string Reason { get; set; }
Property Value
Type | Description |
---|---|
string |