|
| def | __init__ (self, errors, message=None) |
| |
| def | get_errors (self) |
| |
| 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) |
| |
Definition at line 199 of file errors.py.
◆ __init__()
| def robot.errors.ExecutionFailures.__init__ |
( |
|
self, |
|
|
|
errors, |
|
|
|
message = None |
|
) |
| |
◆ _format_message()
| def robot.errors.ExecutionFailures._format_message |
( |
|
self, |
|
|
|
errors |
|
) |
| |
|
private |
◆ _get_attrs()
| def robot.errors.ExecutionFailures._get_attrs |
( |
|
self, |
|
|
|
errors |
|
) |
| |
|
private |
◆ _html_format()
| def robot.errors.ExecutionFailures._html_format |
( |
|
self, |
|
|
|
msg |
|
) |
| |
|
private |
◆ get_errors()
| def robot.errors.ExecutionFailures.get_errors |
( |
|
self | ) |
|
◆ _errors
| robot.errors.ExecutionFailures._errors |
|
private |
The documentation for this class was generated from the following file: