View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineLoggingErrorContext (google_api_discovery_engine v0.27.0)
A description of the context in which an error occurred.
Attributes
-
httpRequest
(type:GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineLoggingHttpRequestContext.t
, default:nil
) - The HTTP request which was processed when the error was triggered. -
reportLocation
(type:GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineLoggingSourceLocation.t
, default:nil
) - The location in the source code where the decision was made to report the error, usually the place where it was logged.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineLoggingErrorContext{ httpRequest: GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineLoggingHttpRequestContext.t() | nil, reportLocation: GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineLoggingSourceLocation.t() | nil }