Go to the source code of this file.
Classes | |
| class | robotide.lib.robot.utils.error._ErrorDetails |
| class | robotide.lib.robot.utils.error.JavaErrorDetails |
| class | robotide.lib.robot.utils.error.PythonErrorDetails |
Namespaces | |
| robotide.lib.robot.utils.error | |
Functions | |
| def | robotide.lib.robot.utils.error.ErrorDetails (exc_info=None, exclude_robot_traces=EXCLUDE_ROBOT_TRACES) |
| This factory returns an object that wraps the last occurred exception. More... | |
| def | robotide.lib.robot.utils.error.get_error_details (exclude_robot_traces=EXCLUDE_ROBOT_TRACES) |
| Returns error message and details of the last occurred exception. More... | |
| def | robotide.lib.robot.utils.error.get_error_message () |
| Returns error message of the last occurred exception. More... | |
Variables | |
| robotide.lib.robot.utils.error.EXCLUDE_ROBOT_TRACES = not os.getenv('ROBOT_INTERNAL_TRACES') | |
| tuple | robotide.lib.robot.utils.error.Throwable = () |