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