View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailLoggingErrorContext (google_api_retail v0.10.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailLoggingErrorContext{
  httpRequest:
    GoogleApi.Retail.V2.Model.GoogleCloudRetailLoggingHttpRequestContext.t()
    | nil,
  reportLocation:
    GoogleApi.Retail.V2.Model.GoogleCloudRetailLoggingSourceLocation.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.