Class GoogleCloudRetailLoggingErrorContext
A description of the context in which an error occurred.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2alpha.Data
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class GoogleCloudRetailLoggingErrorContext : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
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 |