When an exception comes up in v200909, I can't find an explanation to show to the user. For example, assume you try to authenticate poor credentials. You should get an error code listed in this table: http://code.google.com/apis/accounts/docs/AuthForInstalledApps.html#Errors
However, the error itself does not contain a description, only a code not suitable for users. This isn't bad itself, for instance the Win32 API had a special function FormatMessage where you can get the error text given an error code and language identifier - indeed you get the error in the language of your choice. I assume that a similar function for Adwords exceptions exist, but I can't find it. Note that the .NET library is a mess in this regard. When it catches an Authentication error, it makes up the description "Login failed", disregarding the real issue as listed in the table. Anyway, the question is how to get an error text to present to the user. In v13 that text was listed in the response, in v200909 I can't find it. -- 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.