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