| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v201811 |
| Modifier and Type | Field and Description |
|---|---|
static ProductErrorReason |
ProductErrorReason.BAD_PRODUCT_ID_FEATURE |
static ProductErrorReason |
ProductErrorReason.BAD_PRODUCT_TEMPLATE_ID |
static ProductErrorReason |
ProductErrorReason.CANNOT_UPDATE_ARCHIVED_PRODUCT |
static ProductErrorReason |
ProductErrorReason.INVALID_CURRENCY |
static ProductErrorReason |
ProductErrorReason.INVALID_RATE |
static ProductErrorReason |
ProductErrorReason.MALFORMED_PRODUCT_ID |
static ProductErrorReason |
ProductErrorReason.PRODUCT_TEMPLATE_ID_IS_NOT_ZERO |
static ProductErrorReason |
ProductErrorReason.QUERY_TOO_LARGE |
static ProductErrorReason |
ProductErrorReason.TEMPLATE_NOT_FOUND |
static ProductErrorReason |
ProductErrorReason.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static ProductErrorReason |
ProductErrorReason.fromString(String value) |
static ProductErrorReason |
ProductErrorReason.fromValue(String value) |
ProductErrorReason |
ProductError.getReason()
Gets the reason value for this ProductError.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProductError.setReason(ProductErrorReason reason)
Sets the reason value for this ProductError.
|
| Constructor and Description |
|---|
ProductError(String fieldPath,
FieldPathElement[] fieldPathElements,
String trigger,
String errorString,
ProductErrorReason reason) |
Copyright © 2019. All rights reserved.