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