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."],[[["This page provides documentation for the `Build.Types.FailureInfo` class within the Google Cloud Build v1 API, which represents a fatal problem encountered during build execution."],["The latest version of the API documentation available is 2.15.0, and previous versions, starting from 1.0.0 are accessible through the provided links."],["The `FailureInfo` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, comparison, and deep cloning."],["The class includes two constructors, `FailureInfo()` and `FailureInfo(Build.Types.FailureInfo)`, and properties `Detail` and `Type` to describe the failure in more detail and explain what type it is."],["The documentation is specific to the .NET framework for the cloud build v1 API."]]],[]]