| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v202202 |
| Modifier and Type | Field and Description |
|---|---|
static LabelErrorReason |
LabelErrorReason.INVALID_PREFIX |
static LabelErrorReason |
LabelErrorReason.NAME_INVALID_CHARS |
static LabelErrorReason |
LabelErrorReason.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static LabelErrorReason |
LabelErrorReason.fromString(String value) |
static LabelErrorReason |
LabelErrorReason.fromValue(String value) |
LabelErrorReason |
LabelError.getReason()
Gets the reason value for this LabelError.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LabelError.setReason(LabelErrorReason reason)
Sets the reason value for this LabelError.
|
| Constructor and Description |
|---|
LabelError(String fieldPath,
FieldPathElement[] fieldPathElements,
String trigger,
String errorString,
LabelErrorReason reason) |
Copyright © 2022. All rights reserved.