public class FileError extends ApiError
Java class for FileError complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FileError">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201711}ApiError">
<sequence>
<element name="reason" type="{https://www.google.com/apis/ads/publisher/v201711}FileError.Reason" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FileErrorReason |
reason |
errorString, fieldPath, fieldPathElements, trigger| Constructor and Description |
|---|
FileError() |
| Modifier and Type | Method and Description |
|---|---|
FileErrorReason |
getReason()
Gets the value of the reason property.
|
void |
setReason(FileErrorReason value)
Sets the value of the reason property.
|
getErrorString, getFieldPath, getFieldPathElements, getTrigger, setErrorString, setFieldPath, setTriggerprotected FileErrorReason reason
public FileErrorReason getReason()
FileErrorReasonpublic void setReason(FileErrorReason value)
value - allowed object is
FileErrorReasonCopyright © 2018. All Rights Reserved.