| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v201902 |
| Modifier and Type | Field and Description |
|---|---|
static RequestErrorReason |
RequestErrorReason.INVALID_INPUT |
static RequestErrorReason |
RequestErrorReason.UNKNOWN |
static RequestErrorReason |
RequestErrorReason.UNSUPPORTED_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static RequestErrorReason |
RequestErrorReason.fromString(String value) |
static RequestErrorReason |
RequestErrorReason.fromValue(String value) |
RequestErrorReason |
RequestError.getReason()
Gets the reason value for this RequestError.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestError.setReason(RequestErrorReason reason)
Sets the reason value for this RequestError.
|
| Constructor and Description |
|---|
RequestError(String fieldPath,
FieldPathElement[] fieldPathElements,
String trigger,
String errorString,
RequestErrorReason reason) |
Copyright © 2019. All rights reserved.