How to bind custom error model in swagger exception class using typescript client Nswag studio
I’m working on a project where I use NSwag studio to genrate a TypeScript client from my Api swagger.
My api uses a custom error model. I need to ensure that the typescript client correctly binds this custom error model when exexption oaccur, rathe than using the defult error handling.