AdSenseApiException

If an error occurs while processing a SOAP request made to the AdSense 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. AdSenseApiException encapsulates this data.

Fields

Field nameField typeField description
code int
The numeric value of this error.
internal boolean
True if the exception is internal, false if external.
message string
The explanation of this error.
trigger string
The user input (if any) that triggered this error.
triggerDetails string
A description of the input that triggered this error.