Except as otherwise noted,
the content of this page is licensed under the Creative Commons
Attribution 2.5 License.
Google Code offered in: English - Español - 日本語 - 한국어 - Português - Pусский - 中文(简体) - 中文(繁體)
Documentation for the requested version is not available.Documentation for the requested diff is not available.
If an error occurs while processing a SOAP request made to the AdWords Api server, this error is returned to the client making the request in the form of a fault. The fault contains a number of fields which provide data about the nature of the error. ApiException encapsulates this data. Also see ApiError.
| Field name | Field type | Field description |
|---|---|---|
| code | int |
The numeric value of this error. |
| errors | ApiError[] |
The array of ApiError objects associated with this exception. |
| message | string |
The explanation of this error. |
| trigger | string |
The user input (if any) that triggered this error. |