| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v202108 |
| Modifier and Type | Field and Description |
|---|---|
static AssetErrorReason |
AssetErrorReason.FILE_NAME_TOO_LONG |
static AssetErrorReason |
AssetErrorReason.FILE_SIZE_TOO_LARGE |
static AssetErrorReason |
AssetErrorReason.INVALID_ASSET_ID |
static AssetErrorReason |
AssetErrorReason.INVALID_CODE_SNIPPET_PARAMETER_VALUE |
static AssetErrorReason |
AssetErrorReason.MISSING_REQUIRED_DYNAMIC_ALLOCATION_CLIENT |
static AssetErrorReason |
AssetErrorReason.MISSING_REQUIRED_DYNAMIC_ALLOCATION_FORMAT |
static AssetErrorReason |
AssetErrorReason.MISSING_REQUIRED_DYNAMIC_ALLOCATION_HEIGHT |
static AssetErrorReason |
AssetErrorReason.MISSING_REQUIRED_DYNAMIC_ALLOCATION_WIDTH |
static AssetErrorReason |
AssetErrorReason.NON_UNIQUE_NAME |
static AssetErrorReason |
AssetErrorReason.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static AssetErrorReason |
AssetErrorReason.fromString(String value) |
static AssetErrorReason |
AssetErrorReason.fromValue(String value) |
AssetErrorReason |
AssetError.getReason()
Gets the reason value for this AssetError.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssetError.setReason(AssetErrorReason reason)
Sets the reason value for this AssetError.
|
| Constructor and Description |
|---|
AssetError(String fieldPath,
FieldPathElement[] fieldPathElements,
String trigger,
String errorString,
AssetErrorReason reason) |
Copyright © 2022. All rights reserved.