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