public sealed class Build.Types.FailureInfo : IMessage<Build.Types.FailureInfo>, IEquatable<Build.Types.FailureInfo>, IDeepCloneable<Build.Types.FailureInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v1 API class Build.Types.FailureInfo.
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 provided content is reference documentation for the `Build.Types.FailureInfo` class within the Cloud Build v1 API, specifically for the .NET environment, with version 2.8.0 being highlighted."],["`Build.Types.FailureInfo` is used to describe a fatal problem encountered during a build's execution and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `Build.Types.FailureInfo` has two properties, `Detail` of type string which provides a detailed explanation of the failure, and `Type` of type `FailureType` which denotes the failure's name."],["There is a list of versioned links from 2.15.0 down to 1.0.0, with 2.15.0 being the most recent version, representing different releases of this specific section of documentation."]]],[]]