| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v202205 |
| Modifier and Type | Field and Description |
|---|---|
static CustomCreativeErrorReason |
CustomCreativeErrorReason.CUSTOM_CREATIVE_NOT_ALLOWED |
static CustomCreativeErrorReason |
CustomCreativeErrorReason.DUPLICATE_ASSET_IN_MACROS |
static CustomCreativeErrorReason |
CustomCreativeErrorReason.DUPLICATE_MACRO_NAME_FOR_CREATIVE |
static CustomCreativeErrorReason |
CustomCreativeErrorReason.MISSING_INTERSTITIAL_MACRO |
static CustomCreativeErrorReason |
CustomCreativeErrorReason.SNIPPET_REFERENCES_MISSING_MACRO |
static CustomCreativeErrorReason |
CustomCreativeErrorReason.UNKNOWN |
static CustomCreativeErrorReason |
CustomCreativeErrorReason.UNRECOGNIZED_MACRO |
| Modifier and Type | Method and Description |
|---|---|
static CustomCreativeErrorReason |
CustomCreativeErrorReason.fromString(String value) |
static CustomCreativeErrorReason |
CustomCreativeErrorReason.fromValue(String value) |
CustomCreativeErrorReason |
CustomCreativeError.getReason()
Gets the reason value for this CustomCreativeError.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomCreativeError.setReason(CustomCreativeErrorReason reason)
Sets the reason value for this CustomCreativeError.
|
| Constructor and Description |
|---|
CustomCreativeError(String fieldPath,
FieldPathElement[] fieldPathElements,
String trigger,
String errorString,
CustomCreativeErrorReason reason) |
Copyright © 2022. All rights reserved.