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