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