|
| def | __init__ (self, message, test_timeout=False, keyword_timeout=False, syntax=False, exit=False, continue_on_failure=False, return_value=None) |
| |
| def | can_continue (self, teardown=False, templated=False, dry_run=False) |
| |
| def | get_errors (self) |
| |
| def | __init__ (self, message='', details='') |
| |
Definition at line 111 of file errors.py.
◆ __init__()
| def robotide.lib.robot.errors.ExecutionStatus.__init__ |
( |
|
self, |
|
|
|
message, |
|
|
|
test_timeout = False, |
|
|
|
keyword_timeout = False, |
|
|
|
syntax = False, |
|
|
|
exit = False, |
|
|
|
continue_on_failure = False, |
|
|
|
return_value = None |
|
) |
| |
◆ can_continue()
| def robotide.lib.robot.errors.ExecutionStatus.can_continue |
( |
|
self, |
|
|
|
teardown = False, |
|
|
|
templated = False, |
|
|
|
dry_run = False |
|
) |
| |
◆ continue_on_failure() [1/2]
| def robotide.lib.robot.errors.ExecutionStatus.continue_on_failure |
( |
|
self | ) |
|
|
private |
◆ continue_on_failure() [2/2]
| def robotide.lib.robot.errors.ExecutionStatus.continue_on_failure |
( |
|
self, |
|
|
|
continue_on_failure |
|
) |
| |
|
private |
◆ dont_continue()
| def robotide.lib.robot.errors.ExecutionStatus.dont_continue |
( |
|
self | ) |
|
|
private |
◆ get_errors()
| def robotide.lib.robot.errors.ExecutionStatus.get_errors |
( |
|
self | ) |
|
◆ status()
| def robotide.lib.robot.errors.ExecutionStatus.status |
( |
|
self | ) |
|
|
private |
◆ timeout()
| def robotide.lib.robot.errors.ExecutionStatus.timeout |
( |
|
self | ) |
|
|
private |
◆ _continue_on_failure
| robotide.lib.robot.errors.ExecutionStatus._continue_on_failure |
|
private |
◆ exit
| robotide.lib.robot.errors.ExecutionStatus.exit |
◆ keyword_timeout
| robotide.lib.robot.errors.ExecutionStatus.keyword_timeout |
◆ return_value
| robotide.lib.robot.errors.ExecutionStatus.return_value |
◆ syntax
| robotide.lib.robot.errors.ExecutionStatus.syntax |
◆ test_timeout
| robotide.lib.robot.errors.ExecutionStatus.test_timeout |
◆ continue_on_failure
| robotide.lib.robot.errors.ExecutionStatus.continue_on_failure = property |
|
static |
◆ dont_continue
| robotide.lib.robot.errors.ExecutionStatus.dont_continue = property |
|
static |
◆ status
| robotide.lib.robot.errors.ExecutionStatus.status = property |
|
static |
◆ timeout
| robotide.lib.robot.errors.ExecutionStatus.timeout = property |
|
static |
The documentation for this class was generated from the following file: