public class SelectorError extends ApiError
Selector.
Java class for SelectorError complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SelectorError">
<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}SelectorError.Reason" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SelectorErrorReason |
reason |
apiErrorType, errorString, fieldPath, fieldPathElements, trigger| Constructor and Description |
|---|
SelectorError() |
| Modifier and Type | Method and Description |
|---|---|
SelectorErrorReason |
getReason()
Gets the value of the reason property.
|
void |
setReason(SelectorErrorReason value)
Sets the value of the reason property.
|
getApiErrorType, getErrorString, getFieldPath, getFieldPathElements, getTrigger, setApiErrorType, setErrorString, setFieldPath, setTriggerprotected SelectorErrorReason reason
public SelectorErrorReason getReason()
SelectorErrorReasonpublic void setReason(SelectorErrorReason value)
value - allowed object is
SelectorErrorReasonCopyright © 2023. All rights reserved.