Robot Framework
robot.errors.ExecutionFailures Class Reference
Inheritance diagram for robot.errors.ExecutionFailures:
robot.errors.ExecutionFailed robot.errors.ExecutionStatus robot.errors.RobotError Exception robot.errors.UserKeywordExecutionFailed

Public Member Functions

def __init__ (self, errors, message=None)
 
def get_errors (self)
 
- Public Member Functions inherited from robot.errors.ExecutionStatus
def __init__ (self, message, test_timeout=False, keyword_timeout=False, syntax=False, exit=False, continue_on_failure=False, skip=False, return_value=None)
 
def can_continue (self, context, templated=False)
 

Private Member Functions

def _format_message (self, errors)
 
def _get_attrs (self, errors)
 
def _html_format (self, msg)
 

Private Attributes

 _errors
 

Additional Inherited Members

- Public Attributes inherited from robot.errors.ExecutionStatus
 exit
 
 keyword_timeout
 
 return_value
 
 skip
 
 syntax
 
 test_timeout
 
- Public Attributes inherited from robot.errors.RobotError
 details
 
- Properties inherited from robot.errors.ExecutionStatus
 continue_on_failure = property
 
 dont_continue = property
 
 status = property
 
 timeout = property
 
- Properties inherited from robot.errors.RobotError
 message = property
 

Detailed Description

Definition at line 199 of file errors.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.errors.ExecutionFailures.__init__ (   self,
  errors,
  message = None 
)

Reimplemented from robot.errors.RobotError.

Reimplemented in robot.errors.UserKeywordExecutionFailed.

Definition at line 201 of file errors.py.

Member Function Documentation

◆ _format_message()

def robot.errors.ExecutionFailures._format_message (   self,
  errors 
)
private

Definition at line 206 of file errors.py.

◆ _get_attrs()

def robot.errors.ExecutionFailures._get_attrs (   self,
  errors 
)
private

Definition at line 235 of file errors.py.

◆ _html_format()

def robot.errors.ExecutionFailures._html_format (   self,
  msg 
)
private

Definition at line 229 of file errors.py.

◆ get_errors()

def robot.errors.ExecutionFailures.get_errors (   self)

Reimplemented from robot.errors.ExecutionStatus.

Definition at line 245 of file errors.py.

Member Data Documentation

◆ _errors

robot.errors.ExecutionFailures._errors
private

Definition at line 204 of file errors.py.


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