GoogleApi.Retail.V2.Model.GoogleCloudRetailLoggingErrorContext (google_api_retail v0.2.1) View Source
A description of the context in which an error occurred.
Attributes
-
httpRequest(type:GoogleApi.Retail.V2.Model.GoogleCloudRetailLoggingHttpRequestContext.t, default:nil) - The HTTP request which was processed when the error was triggered. -
reportLocation(type:GoogleApi.Retail.V2.Model.GoogleCloudRetailLoggingSourceLocation.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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailLoggingErrorContext{
httpRequest:
GoogleApi.Retail.V2.Model.GoogleCloudRetailLoggingHttpRequestContext.t()
| nil,
reportLocation:
GoogleApi.Retail.V2.Model.GoogleCloudRetailLoggingSourceLocation.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.