Hi,
For failed requests, the SOAP fault will include an ApiException,
which will include an array of ApiErrors, one for each error that
occurred. The ApiError contains a fieldPath, which will indicate
which operation and possibly which specific field caused the error.
You can parse this informati
Hi, Peer
Thank you for the quick answer. The api throws an error when try to
mutate a list of operations. Do I have to parse the errors to find
out which ones failed or there is other method/way to get the failed
operations?
Thank you again
On Mar 16, 5:22 pm, "Peer Jakobsen (AdWords API Guru
The whole request will be ignored (nothing will get updated). You can
then set exemption requests on the failed operations and then resend
the whole operation array or you can remove the operations that failed
from the array and resend it.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have