public sealed class FailureInfo : IMessage<Build.Types.FailureInfo>, IEquatable<Build.Types.FailureInfo>, IDeepCloneable<Build.Types.FailureInfo>, IBufferMessage, IMessage
A fatal problem encountered during the execution of the build.
[[["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."],[[["The page details the `FailureInfo` class within the `Google.Cloud.CloudBuild.V1` namespace, which represents a fatal problem encountered during build execution."],["Version 2.15.0 is the latest release for the `FailureInfo` class, with historical versions dating back to 1.0.0 also available."],["The `FailureInfo` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides two constructors, a default one and another that accepts a `Build.Types.FailureInfo` object for copying."],["Key properties of `FailureInfo` include `Detail`, which provides a string description of the failure, and `Type`, indicating the specific failure type."]]],[]]