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