Show / Hide Table of Contents

Class DaiIngestError

Represents an error associated with a Dynamic Ad Insertion (DAI) Content's status.

Inheritance
object
DaiIngestError
Implements
IMessage<DaiIngestError>
IEquatable<DaiIngestError>
IDeepCloneable<DaiIngestError>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class DaiIngestError : IMessage<DaiIngestError>, IEquatable<DaiIngestError>, IDeepCloneable<DaiIngestError>, IBufferMessage, IMessage

Constructors

DaiIngestError()

Declaration
public DaiIngestError()

DaiIngestError(DaiIngestError)

Declaration
public DaiIngestError(DaiIngestError other)
Parameters
Type Name Description
DaiIngestError other

Properties

HasReason

Gets whether the "reason" field is set

Declaration
public bool HasReason { get; }
Property Value
Type Description
bool

HasTrigger

Gets whether the "trigger" field is set

Declaration
public bool HasTrigger { get; }
Property Value
Type Description
bool

Reason

The error associated with the content.

Declaration
public DaiIngestErrorReasonEnum.Types.DaiIngestErrorReason Reason { get; set; }
Property Value
Type Description
DaiIngestErrorReasonEnum.Types.DaiIngestErrorReason

Trigger

Output only. The field, if any, that triggered the error.

Declaration
public string Trigger { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX