My favorites | English | Sign in

Documentation for the requested version is not available.Documentation for the requested diff is not available.

ApiException

Link to this version

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.

Fields

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.