Class DaiIngestError
Represents an error associated with a Dynamic Ad Insertion (DAI) Content's
status.
Implements
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 |