| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201211 |
| 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,
String trigger,
String errorString,
String apiErrorType,
ServerErrorReason reason) |
Copyright © 2013. All Rights Reserved.