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