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