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