Show / Hide Table of Contents

Class ProcessingError

Inheritance
object
ProcessingError
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX