Go to the source code of this file.
Classes | |
| class | robot.errors.BreakLoop |
| Used by BREAK statement. More... | |
| class | robot.errors.ContinueLoop |
| Used by CONTINUE statement. More... | |
| class | robot.errors.DataError |
| class | robot.errors.ExecutionFailed |
| Used for communicating failures in test execution. More... | |
| class | robot.errors.ExecutionFailures |
| class | robot.errors.ExecutionPassed |
| Base class for all exceptions communicating that execution passed. More... | |
| class | robot.errors.ExecutionStatus |
| class | robot.errors.FrameworkError |
| Can be used when the core framework goes to unexpected state. More... | |
| class | robot.errors.HandlerExecutionFailed |
| class | robot.errors.Information |
| Used by argument parser with –help or –version. More... | |
| class | robot.errors.KeywordError |
| Used when no keyword is found or there is more than one match. More... | |
| class | robot.errors.PassExecution |
| Used by 'Pass Execution' keyword. More... | |
| class | robot.errors.RemoteError |
| Used by Remote library to report remote errors. More... | |
| class | robot.errors.ReturnFromKeyword |
| Used by 'RETURN' statement. More... | |
| class | robot.errors.RobotError |
| Base class for Robot Framework errors. More... | |
| class | robot.errors.TimeoutError |
| Used when a test or keyword timeout occurs. More... | |
| class | robot.errors.UserKeywordExecutionFailed |
| class | robot.errors.VariableError |
| Used when variable does not exist. More... | |
Namespaces | |
| robot.errors | |
Variables | |
| int | robot.errors.DATA_ERROR = 252 |
| int | robot.errors.FRAMEWORK_ERROR = 255 |
| int | robot.errors.INFO_PRINTED = 251 |
| Exceptions and return codes used internally. More... | |
| int | robot.errors.STOPPED_BY_USER = 253 |