public sealed class 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 latest version available for the `Build.Types.FailureInfo` class is 2.15.0, but the base version on this page is 2.2.0."],["This documentation details the `FailureInfo` class within the Cloud Build v1 API, highlighting its role in representing fatal problems encountered during a build's execution."],["The `FailureInfo` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is inherited from `Object`."],["Key properties of the `FailureInfo` class include `Detail` (a string explaining the failure) and `Type` (specifying the `FailureType`)."],["The `FailureInfo` class has two constructors: one default and another that accepts a `Build.Types.FailureInfo` object for initialization."]]],[]]