Robot Framework
robot.errors.DataError Class Reference
Inheritance diagram for robot.errors.DataError:
robot.errors.RobotError Exception robot.errors.KeywordError robot.errors.VariableError

Public Member Functions

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

Public Attributes

 syntax
 
- Public Attributes inherited from robot.errors.RobotError
 details
 

Additional Inherited Members

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

Detailed Description

Definition at line 61 of file errors.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.errors.DataError.__init__ (   self,
  message = '',
  details = '',
  syntax = False 
)

Definition at line 62 of file errors.py.

Member Data Documentation

◆ syntax

robot.errors.DataError.syntax

Definition at line 64 of file errors.py.


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