public class LocationCriterionServiceError extends ApiError
LocationCriterionService#get operation.
Java class for LocationCriterionServiceError complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LocationCriterionServiceError">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}ApiError">
<sequence>
<element name="reason" type="{https://adwords.google.com/api/adwords/cm/v201809}LocationCriterionServiceError.Reason" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocationCriterionServiceErrorReason |
reason |
apiErrorType, errorString, fieldPath, fieldPathElements, trigger| Constructor and Description |
|---|
LocationCriterionServiceError() |
| Modifier and Type | Method and Description |
|---|---|
LocationCriterionServiceErrorReason |
getReason()
Gets the value of the reason property.
|
void |
setReason(LocationCriterionServiceErrorReason value)
Sets the value of the reason property.
|
getApiErrorType, getErrorString, getFieldPath, getFieldPathElements, getTrigger, setApiErrorType, setErrorString, setFieldPath, setTriggerprotected LocationCriterionServiceErrorReason reason
public LocationCriterionServiceErrorReason getReason()
LocationCriterionServiceErrorReasonpublic void setReason(LocationCriterionServiceErrorReason value)
value - allowed object is
LocationCriterionServiceErrorReasonCopyright © 2023. All rights reserved.