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