public class UserListError extends ApiError
Java class for UserListError complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserListError">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}ApiError">
<sequence>
<element name="reason" type="{https://adwords.google.com/api/adwords/rm/v201809}UserListError.Reason" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected UserListErrorReason |
reason |
apiErrorType, errorString, fieldPath, fieldPathElements, trigger| Constructor and Description |
|---|
UserListError() |
| Modifier and Type | Method and Description |
|---|---|
UserListErrorReason |
getReason()
Gets the value of the reason property.
|
void |
setReason(UserListErrorReason value)
Sets the value of the reason property.
|
getApiErrorType, getErrorString, getFieldPath, getFieldPathElements, getTrigger, setApiErrorType, setErrorString, setFieldPath, setTriggerprotected UserListErrorReason reason
public UserListErrorReason getReason()
UserListErrorReasonpublic void setReason(UserListErrorReason value)
value - allowed object is
UserListErrorReasonCopyright © 2023. All rights reserved.