Class: Google::Ads::AdManager::V1::DaiIngestError
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::DaiIngestError
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/content_messages.rb
Overview
Represents an error associated with a Dynamic Ad Insertion (DAI) Content's
status.
Instance Attribute Summary collapse
-
#reason ⇒ ::Google::Ads::AdManager::V1::DaiIngestErrorReasonEnum::DaiIngestErrorReason
The error associated with the content.
-
#trigger ⇒ ::String
readonly
Output only.
Instance Attribute Details
#reason ⇒ ::Google::Ads::AdManager::V1::DaiIngestErrorReasonEnum::DaiIngestErrorReason
Returns The error associated with the content.
116 117 118 119 |
# File 'proto_docs/google/ads/admanager/v1/content_messages.rb', line 116 class DaiIngestError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#trigger ⇒ ::String (readonly)
Returns Output only. The field, if any, that triggered the error.
116 117 118 119 |
# File 'proto_docs/google/ads/admanager/v1/content_messages.rb', line 116 class DaiIngestError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |