Fix error output when setting a FileAttachment's thumbnail.
Review Request #4536 — Created Sept. 7, 2013 and submitted — Latest diff uploaded
Fix error output when setting a FileAttachment's thumbnail.
The error output was returning a string, which didn't match all other
cases of INVALID_FORM_DATA errors. It should be returning an array.
Unit tests pass.