Robot Framework
robot.errors.RemoteError Class Reference

Used by Remote library to report remote errors. More...

Inheritance diagram for robot.errors.RemoteError:
robot.errors.RobotError Exception

Public Member Functions

def __init__ (self, message='', details='', fatal=False, continuable=False)
 
- Public Member Functions inherited from robot.errors.RobotError
def __init__ (self, message='', details='')
 

Public Attributes

 ROBOT_CONTINUE_ON_FAILURE
 
 ROBOT_EXIT_ON_FAILURE
 
- Public Attributes inherited from robot.errors.RobotError
 details
 

Additional Inherited Members

- Properties inherited from robot.errors.RobotError
 message = property
 

Detailed Description

Used by Remote library to report remote errors.

Definition at line 332 of file errors.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.errors.RemoteError.__init__ (   self,
  message = '',
  details = '',
  fatal = False,
  continuable = False 
)

Definition at line 334 of file errors.py.

Member Data Documentation

◆ ROBOT_CONTINUE_ON_FAILURE

robot.errors.RemoteError.ROBOT_CONTINUE_ON_FAILURE

Definition at line 337 of file errors.py.

◆ ROBOT_EXIT_ON_FAILURE

robot.errors.RemoteError.ROBOT_EXIT_ON_FAILURE

Definition at line 336 of file errors.py.


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