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