I am trying to get the value from the key 'message'(Highlighted in the screenshot below)from an error exception. I tried the following, but it returns 'undefined':
(errors) => { console.log(errors[0].extensions.response.body.errors[0].InnerException.Message) }