public sealed class RecrawlUrisResponse.Types.FailureInfo : IMessage<RecrawlUrisResponse.Types.FailureInfo>, IEquatable<RecrawlUrisResponse.Types.FailureInfo>, IDeepCloneable<RecrawlUrisResponse.Types.FailureInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class RecrawlUrisResponse.Types.FailureInfo.
Details about why a particular URI failed to be crawled. Each FailureInfo
contains one FailureReason per CorpusType.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `RecrawlUrisResponse.Types.FailureInfo` class within the Google Cloud Discovery Engine v1beta API, version 1.0.0-beta17."],["The `FailureInfo` class details the reasons why a specific URI could not be crawled, with each failure reason associated with a `CorpusType`."],["`FailureInfo` implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, and inherits from `object`."],["The class contains properties such as `FailureReasons`, which is a list of failure reasons by corpus type, and `Uri`, representing the URI that failed crawling."],["The document lists two constructors for the `FailureInfo` class, one with no parameter, and the other that has a parameter of type `RecrawlUrisResponse.Types.FailureInfo`."]]],[]]