Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineLoggingErrorContext

A description of the context in which an error occurred.

Inheritance
object
GoogleCloudDiscoveryengineLoggingErrorContext
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.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineLoggingErrorContext : 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 GoogleCloudDiscoveryengineLoggingHttpRequestContext HttpRequest { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineLoggingHttpRequestContext

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 GoogleCloudDiscoveryengineLoggingSourceLocation ReportLocation { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineLoggingSourceLocation

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX