I know how to use ymLib.args.response to get all api response details with a parse function. The problem is that in case of api failure the parse function does not run and I do not receive error data.
Hey @Hardik_Nigam you can create a dummy table in the database and then create a variable of JSON type in that table and then store the API response in that table.
1 Like
@Jayesh_Rana I am using this method right now but it doesn’t provide status code and error messages