Show / Hide Table of Contents

Class GoogleCloudRetailLoggingErrorContext

A description of the context in which an error occurred.

Inheritance
System.Object
GoogleCloudRetailLoggingErrorContext
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudRetail.v2.Data
Assembly: Google.Apis.CloudRetail.v2.dll
Syntax
public class GoogleCloudRetailLoggingErrorContext : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

HttpRequest

The HTTP request which was processed when the error was triggered.

Declaration
[JsonProperty("httpRequest")]
public virtual GoogleCloudRetailLoggingHttpRequestContext HttpRequest { get; set; }
Property Value
Type Description
GoogleCloudRetailLoggingHttpRequestContext

ReportLocation

The location in the source code where the decision was made to report the error, usually the place where it was logged.

Declaration
[JsonProperty("reportLocation")]
public virtual GoogleCloudRetailLoggingSourceLocation ReportLocation { get; set; }
Property Value
Type Description
GoogleCloudRetailLoggingSourceLocation

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top