The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Google::Ads::AdWords::v201206::FailureResult

DESCRIPTION

Perl data type class for the XML Schema defined complexType FailureResult from the namespace https://adwords.google.com/api/adwords/cm/v201206.

Represents a failure result for an individual mutate operation. <p>Currently, operations are applied in transactional batches, so the corresponding operation for this result may not itself be faulty.</p> <p>The errors in the exception may contain {@code OGNL path}s that identify the faulty operations in the batch. Please see the subsequent {@link BatchFailureResult}s to determine the remaining operations that were also applied in the batch and their positions within the batch.</p>

PROPERTIES

The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:

  • cause

METHODS

new

Constructor. The following data structure may be passed to new():

 { # Google::Ads::AdWords::v201206::FailureResult
   cause =>  $a_reference_to, # see Google::Ads::AdWords::v201206::ApiException
 },

AUTHOR

Generated by SOAP::WSDL