Chapter 12. Error Handling and Troubleshooting
In this chapter, we will cover the following recipes:
Exploring the default Python error message
Adding Python exception handling structures (try/except/finally)
Retrieving tool messages with GetMessages()
Filtering tool messages by severity level
Returning individual messages with GetMessage()
Testing for and responding to specific error messages