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-04-09 UTC."],[[["This document provides reference documentation for the `Build.Types.FailureInfo` class within the Cloud Build v1 API, outlining its purpose in identifying fatal problems during build execution."],["The latest version available is 2.15.0, and the document contains references to various past versions, from 1.0.0 to 2.15.0 of the API for the class `Build.Types.FailureInfo`."],["`Build.Types.FailureInfo` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `object`."],["The `FailureInfo` class includes properties like `Detail`, a string that offers a more detailed explanation of the failure, and `Type`, which specifies the nature of the failure."],["The `FailureInfo` class has two constructors, one default constructor `FailureInfo()`, and one for copying data from another `FailureInfo`, `FailureInfo(Build.Types.FailureInfo other)`."]]],[]]