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

Details about why crawling failed for a particular CorpusType, e.g., DESKTOP and MOBILE crawling may fail for different reasons.

Attributes

  • corpusType (type: String.t, default: nil) - DESKTOP, MOBILE, or CORPUS_TYPE_UNSPECIFIED.
  • errorMessage (type: String.t, default: nil) - Reason why the URI was not crawled.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.