public sealed class FailureInfo : IMessage<Build.Types.FailureInfo>, IEquatable<Build.Types.FailureInfo>, IDeepCloneable<Build.Types.FailureInfo>, IBufferMessage, IMessage
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-19 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eFailureInfo\u003c/code\u003e class represents a fatal problem encountered during a build's execution in the Google Cloud Build service.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of \u003ccode\u003eFailureInfo\u003c/code\u003e is 2.15.0, while version 1.3.0 is also referenced throughout the document for different types of versions.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, within the Google.Protobuf and .NET framework.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFailureInfo\u003c/code\u003e includes properties \u003ccode\u003eDetail\u003c/code\u003e (a string explaining the failure) and \u003ccode\u003eType\u003c/code\u003e (a \u003ccode\u003eFailureType\u003c/code\u003e enum indicating the nature of the failure).\u003c/p\u003e\n"],["\u003cp\u003eThe class contains 2 constructors: the default \u003ccode\u003eFailureInfo()\u003c/code\u003e constructor and \u003ccode\u003eFailureInfo(Build.Types.FailureInfo other)\u003c/code\u003e which takes another \u003ccode\u003eFailureInfo\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"]]],[],null,[]]