Robot Framework
error.py File Reference

Go to the source code of this file.

Classes

class  robot.utils.error.ErrorDetails
 Object wrapping the last occurred exception. More...
 

Namespaces

 robot.utils.error
 

Functions

def robot.utils.error.get_error_details (full_traceback=True, exclude_robot_traces=EXCLUDE_ROBOT_TRACES)
 Returns error message and details of the last occurred exception. More...
 
def robot.utils.error.get_error_message ()
 Returns error message of the last occurred exception. More...
 

Variables

 robot.utils.error.EXCLUDE_ROBOT_TRACES = not os.getenv('ROBOT_INTERNAL_TRACES')