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."],[[["This webpage provides documentation for the `Build.Types.FailureInfo` class within the Google Cloud Build v1 API, specifically for version 2.10.0 and other versions as well."],["`Build.Types.FailureInfo` represents a fatal problem encountered during the execution of a build, and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `FailureInfo` class has properties `Detail`, which provides a hard-coded explanation of the failure, and `Type`, which gives the name of the failure."],["There are multiple versions of the API documented, including the latest 2.15.0 version and all the way back to version 1.0.0, and each of those versions include the `FailureInfo` class documentation."],["The page details the constructors for `FailureInfo` class, including a default constructor and a constructor that accepts another `FailureInfo` instance as a parameter, which is detailed further in the parameters section."]]],[]]