| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v202005 |
| Modifier and Type | Field and Description |
|---|---|
static RegExErrorReason |
RegExErrorReason.INVALID |
static RegExErrorReason |
RegExErrorReason.NULL |
static RegExErrorReason |
RegExErrorReason.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static RegExErrorReason |
RegExErrorReason.fromString(String value) |
static RegExErrorReason |
RegExErrorReason.fromValue(String value) |
RegExErrorReason |
RegExError.getReason()
Gets the reason value for this RegExError.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RegExError.setReason(RegExErrorReason reason)
Sets the reason value for this RegExError.
|
| Constructor and Description |
|---|
RegExError(String fieldPath,
FieldPathElement[] fieldPathElements,
String trigger,
String errorString,
RegExErrorReason reason) |
Copyright © 2021. All rights reserved.