e9henrik
Results
2
comments of
e9henrik
The pythonic way to do error handling would be to throw an exception, and the exception object could contain the status code and error message. An alternative to providing a...
Sure. Exceptions are regular python objects. See for example https://www.programiz.com/python-programming/user-defined-exception