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