Robot Framework
robot.api.exceptions.FatalError Class Reference

Report error that stops the whole execution. More...

Inheritance diagram for robot.api.exceptions.FatalError:
robot.api.exceptions.Error RuntimeError

Static Public Attributes

bool ROBOT_EXIT_ON_FAILURE = True
 
bool ROBOT_SUPPRESS_NAME = False
 
- Static Public Attributes inherited from robot.api.exceptions.Error
bool ROBOT_SUPPRESS_NAME = True
 

Additional Inherited Members

- Public Member Functions inherited from robot.api.exceptions.Error
def __init__ (self, message, html=False)
 :param message: Exception message. More...
 

Detailed Description

Report error that stops the whole execution.

Definition at line 69 of file exceptions.py.

Member Data Documentation

◆ ROBOT_EXIT_ON_FAILURE

bool robot.api.exceptions.FatalError.ROBOT_EXIT_ON_FAILURE = True
static

Definition at line 70 of file exceptions.py.

◆ ROBOT_SUPPRESS_NAME

bool robot.api.exceptions.FatalError.ROBOT_SUPPRESS_NAME = False
static

Definition at line 71 of file exceptions.py.


The documentation for this class was generated from the following file: