Class ProcessingError
Implements
Inherited Members
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class ProcessingError : IDirectResponseSchema
Properties
Code
Error code indicating the nature of the error.
Declaration
[JsonProperty("code")]
public virtual string Code { 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
The description of the error.
Declaration
[JsonProperty("errorMessage")]
public virtual string ErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
string |
FieldViolations
In case the item fields are invalid, this field contains the details about the validation errors.
Declaration
[JsonProperty("fieldViolations")]
public virtual IList<FieldViolation> FieldViolations { get; set; }
Property Value
Type | Description |
---|---|
IList<FieldViolation> |