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