GoogleApiAdsAdWords
[ class tree: GoogleApiAdsAdWords ] [ index: GoogleApiAdsAdWords ] [ all elements ]

Class: FailureResult

Source Location: /AdWords/v200909/cm/BulkMutateJobService.php

Class Overview

OperationResult
   |
   --FailureResult

Represents a failure result for an individual mutate operation.


Variables

Methods


Inherited Variables

Inherited Methods

Class: OperationResult

OperationResult::__construct()
OperationResult::getNamespace()
Gets the namesapce of this class
OperationResult::getParameterMap()
Provided for getting non-php-standard named variables
OperationResult::getXsiTypeName()
Gets the xsi:type name of this class
OperationResult::__get()
Provided for getting non-php-standard named variables
OperationResult::__set()
Provided for setting non-php-standard named variables

Class Details

[line 10762]
Represents a failure result for an individual mutate operation.

Currently, operations are applied in transactional batches, so the corresponding operation for this result may not itself be faulty.

The errors in the exception may contain {@code OGNL path}s that identify the faulty operations in the batch. Please see the subsequent BatchFailureResults to determine the remaining operations that were also applied in the batch and their positions within the batch.




[ Top ]


Class Variables

$cause =

[line 10767]



Tags:

access:  public

Type:   ApiException


[ Top ]



Class Methods


constructor __construct [line 10785]

FailureResult __construct( [ $cause = NULL], [ $OperationResultType = NULL])



Tags:

access:  public


Overrides OperationResult::__construct() (parent method not documented)

Parameters:

   $cause  
   $OperationResultType  

[ Top ]

method getNamespace [line 10773]

the getNamespace( )

Gets the namesapce of this class



Tags:

return:  namespace of this class
access:  public


Overrides OperationResult::getNamespace() (Gets the namesapce of this class)

[ Top ]

method getXsiTypeName [line 10781]

the getXsiTypeName( )

Gets the xsi:type name of this class



Tags:

return:  xsi:type name of this class
access:  public


Overrides OperationResult::getXsiTypeName() (Gets the xsi:type name of this class)

[ Top ]


Documentation generated by phpDocumentor 1.4.3