Robot Framework Integrated Development Environment (RIDE)
errors.py File Reference

Go to the source code of this file.

Classes

class  robotide.lib.robot.errors.ContinueForLoop
 Used by 'Continue For Loop' keyword. More...
 
class  robotide.lib.robot.errors.DataError
 Used when variable does not exist. More...
 
class  robotide.lib.robot.errors.ExecutionFailed
 Used for communicating failures in test execution. More...
 
class  robotide.lib.robot.errors.ExecutionFailures
 
class  robotide.lib.robot.errors.ExecutionPassed
 Base class for all exceptions communicating that execution passed. More...
 
class  robotide.lib.robot.errors.ExecutionStatus
 
class  robotide.lib.robot.errors.ExitForLoop
 Used by 'Return From Keyword' keyword. More...
 
class  robotide.lib.robot.errors.FrameworkError
 Can be used when the core framework goes to unexpected state. More...
 
class  robotide.lib.robot.errors.HandlerExecutionFailed
 
class  robotide.lib.robot.errors.Information
 Used by argument parser with –help or –version. More...
 
class  robotide.lib.robot.errors.KeywordError
 Used when a test or keyword timeout occurs. More...
 
class  robotide.lib.robot.errors.PassExecution
 Used by 'Pass Execution' keyword. More...
 
class  robotide.lib.robot.errors.RemoteError
 Used by Remote library to report remote errors. More...
 
class  robotide.lib.robot.errors.ReturnFromKeyword
 
class  robotide.lib.robot.errors.RobotError
 Base class for Robot Framework errors. More...
 
class  robotide.lib.robot.errors.TimeoutError
 
class  robotide.lib.robot.errors.UserKeywordExecutionFailed
 
class  robotide.lib.robot.errors.VariableError
 Used when no keyword is found or there is more than one match. More...
 

Namespaces

 robotide.lib.robot.errors
 

Variables

int robotide.lib.robot.errors.DATA_ERROR = 252
 
int robotide.lib.robot.errors.FRAMEWORK_ERROR = 255
 
int robotide.lib.robot.errors.INFO_PRINTED = 251
 
int robotide.lib.robot.errors.STOPPED_BY_USER = 253
 
 robotide.lib.robot.errors.unicode = str
 Exceptions and return codes used internally. More...