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 latest version of the `FailureInfo` class is 2.15.0, while it has a history of versions, starting from 1.0.0 up to 2.15.0."],["The `FailureInfo` class represents a fatal problem encountered during the execution of a build and it is found within the Google.Cloud.CloudBuild.V1 namespace."],["`FailureInfo` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors, a parameterless one and another that takes an instance of `Build.Types.FailureInfo`."],["The FailureInfo class has two properties: Detail, which explains the issue, and Type, which holds the name of the failure."]]],[]]