ForumsDevelopersError message array not well formed


Error message array not well formed
Author Message
dgtale

Posted: Mar 28, 2011
Score: 0 Reference
I'm testing the 'edit task' API with wrong ids.
The call returns two error messages (that's fine) but the json string is not well formed:

json string returned: [{"errorCode":7,"errorDesc":"Invalid task ID"}{"errorCode":7,"errorDesc":"Invalid task ID"}]

json string expected: [{"errorCode":7,"errorDesc":"Invalid task ID"},{"errorCode":7,"errorDesc":"Invalid task ID"}]

In fact the two objects in the array should be comma separated but they are not.

Thanks and regards


This message was edited Mar 28, 2011.
Jake

Toodledo Founder
Posted: Mar 29, 2011
Score: 0 Reference
Thanks for reporting this. We will get this fixed this week.
Jake

Toodledo Founder
Posted: Mar 30, 2011
Score: 0 Reference
This has been fixed.
You cannot reply yet

U Back to topic home

R Post a reply

To participate in these forums, you must be signed in.