Great, I think we should not worry about other errors. I am interested only in exchange errors. Because how will I know if an order placed failed due to so and so reason and make the next decision?
Please guide me on this.
Do you mean we have to read a string and understand the error types?
How do we know if this string will not change in the future?
Can you advise any other efficient methods?
How do we understand the errors? If the error numbers are generic for ex: 400 Missing or bad request parameters or values. How to know which parameter is bad or missing?
Hi Sujith. I understand there are thousands of errors.
I would like to understand what are all the errors that will be thrown by Zerodha API.
I see only 10 error codes on the exceptions page. You have classified 7 exception types, do those types h…
Hi Suijth, thank you for the response.
But how to logically plan to catch this exception? if there is an order state like REJECTED with a reject reason it would be great.
Where to know about the list of exceptions that an API will throw in a pyt…