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