Had the same problem.
For me adding the
GlobalConfiguration.Configuration.IncludeErrorDetailPolicy = IncludeErrorDetailPolicy.Always;
in the WebApiConfig
Register
method helped.
After that I got nice detailed info about the error.
Here is some more info on MSDN