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