Class GoogleCloudDiscoveryengineLoggingErrorContext
A description of the context in which an error occurred.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.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 |