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