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 Cloud Build v1 API, detailing its role in identifying fatal problems during build execution."],["The `Build.Types.FailureInfo` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparison, deep cloning, and buffer message operations."],["The `FailureInfo` class has two constructors: a default one and another that takes an existing `FailureInfo` object as a parameter, allowing for object duplication."],["The `FailureInfo` class exposes two properties, `Detail` (a string) for detailed error messages, and `Type` (of type `FailureType`) to identify the type of failure."],["This page also provides links to the reference for all of the previous versions of the `Build.Types.FailureInfo` class, dating back to version 1.0.0 and the current latest version, 2.15.0."]]],[]]