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 webpage provides documentation for the `Build.Types.FailureInfo` class within the Google Cloud Build v1 API, focusing on version 2.13.0 but also listing previous versions."],["`Build.Types.FailureInfo` represents a fatal problem encountered during the execution of a build, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, `FailureInfo()` and `FailureInfo(FailureInfo)`, for creating instances of the class."],["The `FailureInfo` class has two properties, `Detail` which is a string providing a detailed explanation of the failure, and `Type`, which uses an enum to specify the name of the failure."],["This documentation includes links to each of the previous versions of the API class starting from 1.0.0 to the most current version, 2.15.0."]]],[]]