failedRequestHandler, error argument, detailed error message lost
Something like this:
And sometimes I see errors in the log:
But! when I am looking inside the
error argument of the failedRequestHandler with the JSON.stringify(error)I see only this:
{"name":"Error"}It seems, the detailed error message I see in the log is not accessible in the
error argument.So, how to access the detailed error message in code?
