public class InternalApiError extends ApiError
InternalApiErrors
are generally not the result of an invalid request or message sent by the
client.
Java class for InternalApiError complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InternalApiError">
<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}InternalApiError.Reason" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected InternalApiErrorReason |
reason |
apiErrorType, errorString, fieldPath, fieldPathElements, trigger| Constructor and Description |
|---|
InternalApiError() |
| Modifier and Type | Method and Description |
|---|---|
InternalApiErrorReason |
getReason()
Gets the value of the reason property.
|
void |
setReason(InternalApiErrorReason value)
Sets the value of the reason property.
|
getApiErrorType, getErrorString, getFieldPath, getFieldPathElements, getTrigger, setApiErrorType, setErrorString, setFieldPath, setTriggerprotected InternalApiErrorReason reason
public InternalApiErrorReason getReason()
InternalApiErrorReasonpublic void setReason(InternalApiErrorReason value)
value - allowed object is
InternalApiErrorReasonCopyright © 2023. All rights reserved.