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