Classes | |
| class | ErrorDetails |
| Object wrapping the last occurred exception. More... | |
Functions | |
| def | get_error_details (full_traceback=True, exclude_robot_traces=EXCLUDE_ROBOT_TRACES) |
| Returns error message and details of the last occurred exception. More... | |
| def | get_error_message () |
| Returns error message of the last occurred exception. More... | |
Variables | |
| EXCLUDE_ROBOT_TRACES = not os.getenv('ROBOT_INTERNAL_TRACES') | |
| def robot.utils.error.get_error_details | ( | full_traceback = True, |
|
exclude_robot_traces = EXCLUDE_ROBOT_TRACES |
|||
| ) |
| def robot.utils.error.get_error_message | ( | ) |