Everyone,
Here's the link to the codesite issue:
http://code.google.com/p/google-api-adwords-dotnet/issues/detail?id=39.
Please add your suggestions to the codesite issue thread as well, so I
can implement the relevant changes in a future version of the client
library.
Thanks,
Anash, AdWords API
Eric,
Come to think of it, maybe its a problem of the .NET library. After
all, the library generates an Exception with property
Exception.Message set to the code. When you lookup the docs for
Exception.Message, it states "a message that describes the exception".
http://msdn.microsoft.com/en-us/lib
How about this - provide an API service that simply accepts a target
language and returns an XML doc (or CSV, I don't really care but think
that XML would be better suited to the international usage) containing
the error codes and a translated string and any other information on
the nature of the e
Hi,
Thanks for the great feedback. We've discussed the idea of including
the English error descriptions in the ApiError object, but in most
cases we don't think this is that useful and not appropriate for
application in other languages.
Best,
- Eric
On Feb 26, 6:40 am, Zweitze wrote:
> Another
Another example - one of the test account produced NOT_ADS_USER @
(). This was not produced by the ClientLogin API, but by a
call to the campaign service.
In this case the .NET library was not very helpful and generated a
message with exactly that code. My application cannot sort out t