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 v1 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-04-02 UTC."],[[["The latest version of the `RecrawlUrisResponse.Types.FailureInfo` class is 1.6.0, with several prior versions available for reference."],["The `RecrawlUrisResponse.Types.FailureInfo` class provides details on why specific URIs failed to be crawled, with each instance detailing failure reasons per `CorpusType`."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["It includes a `FailureReasons` property, which is a `RepeatedField` containing a list of failure reasons, and a `Uri` property that represents the URI that failed to be crawled."],["Constructors for `FailureInfo` include a default constructor and one that takes another `FailureInfo` instance for copying."]]],[]]