Questions tagged [generic-exception]

3 questions
3
votes
1 answer

Google Analytics crash report iOS - Not clear what the error

I'm encountering some crash in my iOS application. I use Google Analytics SDK to intercept crashes on clients devices. But the problem is the content of the crashlog. NSGenericException Trace:
0
votes
1 answer

Access request/response object outside app.use for unhandledRejection event handler

So far, I have checked that to handle error for promise in generic way, unhandledRejection event handler is the best way to do it. Just like below: process.on('unhandledRejection', (reason,promise) => { console.log('error:…
0
votes
1 answer

Can not implicitly convert type 'System.Colections.Generic.IEnuerable' to 'product'. An explicit conversion exist

I am new to asp.net MVC. i am getting the following the error while trying to assign : Can not implicitly convert type 'System.Colections.Generic.IEnuerable' to 'product'. An explicit conversion exist My Code is ILookup productList…
Sabith
  • 1,628
  • 2
  • 20
  • 38