Cloud Build v1 API - Class Build.Types.FailureInfo (2.9.0)

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.

Inheritance

object > Build.Types.FailureInfo

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Constructors

FailureInfo()

public FailureInfo()

FailureInfo(FailureInfo)

public FailureInfo(Build.Types.FailureInfo other)
Parameter
NameDescription
otherBuildTypesFailureInfo

Properties

Detail

public string Detail { get; set; }

Explains the failure issue in more detail using hard-coded text.

Property Value
TypeDescription
string

Type

public Build.Types.FailureInfo.Types.FailureType Type { get; set; }

The name of the failure.

Property Value
TypeDescription
BuildTypesFailureInfoTypesFailureType