View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaSearchResponseGeoSearchDebugInfo (google_api_discovery_engine v0.15.0)

Debug information specifically related to forward geocoding issues arising from Geolocation Search.

Attributes

  • errorMessage (type: String.t, default: nil) - The error produced.
  • originalAddressQuery (type: String.t, default: nil) - The address from which forward geocoding ingestion produced issues.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaSearchResponseGeoSearchDebugInfo{
    errorMessage: String.t() | nil,
    originalAddressQuery: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.