Note: This documentation refers to Gravio 3.8 or older. For Gravio 4 or newer, please refer to the respective documentation on doc.gravio.com . |
Exceptions allow you to control how the Action should behave if certain component related errors or events occur. These can include:
- What should happen if a general error occurs? * Go to a specific other Action? * Stop this Action? * Continue this Action? * Restart this Action? * Restart this Step?
Component specific exceptions could include for example:
- Failed to authenticate with AWS
- Failed to access file system
- Failed to play a sound
- etc.
Below is an example of the Exception Handling of the Polly Speech Component: