Hi folks,
Hope you’re safe!
I’m using Custom Object in my Freshdesk custom application. Here, when I’m trying to retrieve data from Entities in Serverless, received the below response
Error response:
{ status: 403, message: ‘Action forbidden’, errorSource: ‘APP’ }
I could see that this is an error response. So, technically it should be received in a catch block, right? But, I received it in the success response. Can you please let me know when and why this error is thrown?