Question: In Python how would you create exception and error handling ( for example, bad user input or resource allocation failures ) so that the application
In Python how would you create exception and error handling for example, bad user input or resource allocation failures so that the applicationserver would continue to run and accept queries under all circumstances? Outside of physical server failure
Ultimately, I am attempting to write a couple of programming guidelines for how a serverapplication should deal with these types of exceptions, but still allow the application to continue running & accepting queries.
Any inputadvicedirection is appreciated.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
