In this video we are going to see,
1. How its better to throw an error rather than a message.
2. We also talk about how ERROR_CODE Approach implemented.
3. Also how to throw an Error
4. We should on focused business logic in TRY block and error handling logic should go to CATCH block.
5. And handle multiple errors in a method in catch block.
6. How to Create a Custom Error and Understand why it is important and why it is an industry standard.