public class CreativePreviewError extends ApiError
Java class for CreativePreviewError complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreativePreviewError">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201711}ApiError">
<sequence>
<element name="reason" type="{https://www.google.com/apis/ads/publisher/v201711}CreativePreviewError.Reason" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CreativePreviewErrorReason |
reason |
errorString, fieldPath, fieldPathElements, trigger| Constructor and Description |
|---|
CreativePreviewError() |
| Modifier and Type | Method and Description |
|---|---|
CreativePreviewErrorReason |
getReason()
Gets the value of the reason property.
|
void |
setReason(CreativePreviewErrorReason value)
Sets the value of the reason property.
|
getErrorString, getFieldPath, getFieldPathElements, getTrigger, setErrorString, setFieldPath, setTriggerprotected CreativePreviewErrorReason reason
public CreativePreviewErrorReason getReason()
CreativePreviewErrorReasonpublic void setReason(CreativePreviewErrorReason value)
value - allowed object is
CreativePreviewErrorReasonCopyright © 2018. All Rights Reserved.