Error Handling¶
Robo Appian provides structured error handling for common automation issues.
Common Errors¶
- Element not found
- Timeout waiting for component
- Invalid input value
Handling Exceptions¶
Use try/except blocks and custom exception classes from robo_appian.exceptions to manage errors gracefully.