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-03-21 UTC."],[[["This documentation details the `RecrawlUrisResponse.Types.FailureInfo` class within the Google Cloud Discovery Engine v1 API, which is used to specify why a URI failed to be crawled."],["The `FailureInfo` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class provides a constructor for creating a new instance of `FailureInfo` and another for cloning an existing `FailureInfo` object."],["The `FailureReasons` property, of type `RepeatedField`, provides a list of failure reasons categorized by corpus type, and the `Uri` property stores the URI that could not be crawled."],["The version referenced here is version 1.3.0, but there are links to versions going back to 1.0.0-beta06 and as new as 1.6.0."]]],[]]