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 `FailureInfo` class represents a fatal problem encountered during a build's execution in the Google Cloud Build service."],["The latest version of `FailureInfo` is 2.15.0, while version 1.3.0 is also referenced throughout the document for different types of versions."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, within the Google.Protobuf and .NET framework."],["`FailureInfo` includes properties `Detail` (a string explaining the failure) and `Type` (a `FailureType` enum indicating the nature of the failure)."],["The class contains 2 constructors: the default `FailureInfo()` constructor and `FailureInfo(Build.Types.FailureInfo other)` which takes another `FailureInfo` object as a parameter."]]],[]]