My current code (.NET, no library) handles exceptions, extracting the
error codes and deciding the next action. For example, when Adwords
returns error code 0, 32, 55, 87, 100 or 166, the same call is retried
after one second. Error codes 129  and 130 mean problems with the
developer token, stopping all actions. Etc.etc.
Most handling code was discovered by investigating actual problems.

v200909 (I'm planning to move to the .NET library now) does not have
these error codes, it has exception names.

Obviously I want to keep my experiences with error handling - the
current code is really stable now. Is the relationship between error
codes and exception names documented anywhere?

-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.

Reply via email to