Class FailureDetail (1.0.0-beta03)

public sealed class FailureDetail : IMessage<FailureDetail>, IEquatable<FailureDetail>, IDeepCloneable<FailureDetail>, IBufferMessage, IMessage

Additional information about the reasons for the failure.

Inheritance

Object > FailureDetail

Namespace

Google.Cloud.Video.Transcoder.V1Beta1

Assembly

Google.Cloud.Video.Transcoder.V1Beta1.dll

Constructors

FailureDetail()

public FailureDetail()

FailureDetail(FailureDetail)

public FailureDetail(FailureDetail other)
Parameter
NameDescription
otherFailureDetail

Properties

Description

public string Description { get; set; }

A description of the failure.

Property Value
TypeDescription
String