| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v201805 |
| Modifier and Type | Field and Description |
|---|---|
static ServerErrorReason |
ServerErrorReason.SERVER_BUSY |
static ServerErrorReason |
ServerErrorReason.SERVER_ERROR |
static ServerErrorReason |
ServerErrorReason.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static ServerErrorReason |
ServerErrorReason.fromString(String value) |
static ServerErrorReason |
ServerErrorReason.fromValue(String value) |
ServerErrorReason |
ServerError.getReason()
Gets the reason value for this ServerError.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerError.setReason(ServerErrorReason reason)
Sets the reason value for this ServerError.
|
| Constructor and Description |
|---|
ServerError(String fieldPath,
FieldPathElement[] fieldPathElements,
String trigger,
String errorString,
ServerErrorReason reason) |
Copyright © 2018. All Rights Reserved.